AGCustomControls 0.0.8

AGCustomControls 0.0.8

Maintained by Antonio Gonzalez.



AGCustomControls

Build Status Version License Platform

Requirements

Installation

AGCustomControls is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AGCustomControls'

Description

  • AGCustomImageView, it's a customizable UIImageview. You can set up the bellow properties from interface builder:

    • Corner Radius
    • Border Width
    • Border Color
    • Shadow Opacity
    • Shadow Radius
    • Shadow Offset
    • Shadow Color
  • AGCustomButton, it's a customizable UIButton. You can set up the bellow properties from interface builder:

    • Corner Radius
    • Border Width
    • Border Color
    • Shadow Opacity
    • Shadow Radius
    • Shadow Offset
    • Shadow Color
    • Enable Gradient
    • Primary Color*
    • Secondary Color*
    • Start Point*
    • End Point*

(*)These properties only take effect if gradient is enabled.

  • AGCustomView, it's a customizable UIView. You can set up the bellow properties from interface builder:
    • Corner Radius
    • Border Width
    • Border Color
    • Shadow Opacity
    • Shadow Radius
    • Shadow Offset
    • Shadow Color
    • Enable Gradient
    • Primary Color*
    • Secondary Color*
    • Start Point*
    • End Point*

(*)These properties only take effect if gradient is enabled.

Author

Antonio González, [email protected]

License

AGCustomControls is available under the MIT license. See the LICENSE file for more info.