Yusuf Tör
Yusuf Tör
If I call `bulletinManager.dismissBulletin(animated: true)` when the bulletin has already been dismissed, it crashes saying `BLTNItemManager must only be used from the main thread.` If the `dismissBulletin()` function is called...
I need to know when the bulletinManager has completed dismissal of the bulletin, however, there doesn't seem to be a way to do this. Could someone add it in so...
I want to do something like this: ``` myButton = alertView.addButton("Enable", backgroundColor: .white, textColor: .black) { myButton.backgroundColor = .green } ``` but it won't let me. I also can't access...
I have a UIJotView that covers the screen and nothing else. When I move the mouse on the simulator it draws perfectly. When I move my finger on my iPhone...
I don't want to be able to save my Jot View state to disk, but I couldn't seem to get the Jot View to work without implementing the JotViewStateProxyDelegate and...
I have got the code working on the iPhone simulator, but when building for my iPhone it gives the following error: ``` ld: warning: ignoring file /.../JotUI.framework/JotUI, missing required architecture...
Cool framework, if you could put this on Cocoapods so that it's super simple to integrate that would be perfect! Thanks.
## Changes in this pull request - Paywalls built with the new editor can be downloaded as webarchive files. This allows for shared resources and faster loading times for paywalls....
## Changes in this pull request - Removes `trigger_session_id` from `PaywallInfo` params. - `ProductInfo` is renamed to `Product` and the old `Product` class no longer exists. - Removes `Superwall.shared.subscriptionStatus` in...
## Changes in this pull request - ### Checklist - [ ] All unit tests pass. - [ ] All UI tests pass. - [ ] Demo project builds and...