ClickableImage 1.0.0

ClickableImage 1.0.0

Maintained by Charlie Fish.



ClickableImage

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 9.0+

Installation

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

pod 'ClickableImage'

Usage

ClickableImage expands UIImageView by adding 3 methods and 1 computed property.

Methods:

  • enableClickableExpand() - This method enables the image to become clickable to expand
  • disableClickableExpand() - This method disables the image to become clickable to expand
  • toggleClickableExpand() - This method toggles the state of whether the image is able to be clicked to expand

Properties:

  • isClickableExpandEnabled - This property returns a Bool that represents if the image is able to be clicked to be expanded or not

Author

rrainn, Inc., [email protected]

License

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