btSimplePopUp icon indicating copy to clipboard operation
btSimplePopUp copied to clipboard

Results 7 btSimplePopUp issues
Sort by recently updated
recently updated
newest added

Hello Balram, I am trying to implement the btSimplePopUp and followed the instructions in the Readme, but the images are not displaying. What am I missing? Thanks, George

ENV: XCode8.3.1, iOS9,Objective-C Error: btSimplePopUP.m:247:17: Incompatible block pointer types sending 'void (^)(bool)' to parameter of type 'void (^ _Nullable)(BOOL)'

Is there not a Cocoapod for this? http://cocoapods.org/?q=btsimple#create_a_pod

btSimplePopUP.m:76:24: Comparison of distinct pointer types ('UIImage *' and 'CIImage *')

I am getting the following error `Use of undeclared type 'btSimplePopUP'` after adding `btSimplePopUpDelegate` ![screenshot 2015-11-13 19 40 32](https://cloud.githubusercontent.com/assets/15829511/11147887/35072854-8a3f-11e5-975c-fce984b3962d.png)

Is there a plan for supporting the landscape mode as well ? I can see two behaviors : rotating and scaling the contentView so that it fits the landscape mode,...