Woon Kung Lik
Woon Kung Lik
Thanks for the great library. Is it possible to change UIActivityIndicatorView style to others? It's default to `UIActivityIndicatorViewStyle.gray`.
Hi, I got an error when building with Xcode 7.3 (Swift 2.2): `CpResource /Volumes/Transcend/Xcode/DerivedData/Climendo-gwbfrdvyaiinfgdwbfajnrnwxfgz/Build/Products/Debug-iphoneos/SACountingLabel/SACountingLabel.bundle /Volumes/Transcend/Xcode/DerivedData/Climendo-gwbfrdvyaiinfgdwbfajnrnwxfgz/Build/Products/Debug-iphoneos/SACountingLabel/SACountingLabel.framework/SACountingLabel.bundle cd /Users/klwoon/Documents/projects/climendo/work/iOS/Climendo/Pods export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg...
On my fragment's `onCreate()` I subscribe to the `purchaseFlow()` as: ``` java mSubscription = ReactiveBilling.getInstance(mActivity).purchaseFlow()... ``` And on the fragment's `onDestroy()` I unsubscribe it as: ``` java if (mSubscription !=...
Was testing with `android.test.purchased` and it was successful, however will get the following crash if test with `android.test.canceled` or `android.test.refunded`: `FATAL EXCEPTION: main Process: com.example, PID: 25280 java.lang.RuntimeException: Failure delivering...
Great library! May I know how to use it on storyboard/ Interface Builder?
Hi, while the refreshControl is showing, if I scroll the tableView upward, the tableViewCell are able to scroll towards the top, but not the header, causing the tableView content to...
Thanks for the great library. Is it possible to use PermissionButton on InterfaceBuilder?
Thanks for the great effort maintaining this library! Please refer to the screenshot below captured after repeatedly putting the Demo app into background, then to foreground to unlock, and background...