-
After some testing, we've realized that it's not a good idea to always fall back to _Safari_, whenever the user taps over an external link (Reference: #3752).
Let's review every single flow in which …
-
Hi!
I've been working on an app and testing the new v2 api for Swift. Everything was working fine... But when I updated to Xcode 7 and consequently started using the swift 2.0 branch I'm getting the f…
fmaia updated
8 years ago
-
I decided to start this issues after some discussion with @paulrouget about architecture and code base. I think we (at least I) learned few things from the experience with a current code base & I woul…
-
Here is my code:
- (IBAction)btn2act:(JTHamburgerButton *)sender
{
if(sender.currentMode == JTHamburgerButtonModeHamburger){
[sender setCurrentModeWithAnimation:JTHamburgerButtonModeCross];
…
-
Hi, thank you for this awesome transition, i'm trying to implement this in my project and under ios 7.0 the navigationbar gets darker ...
any idea ?
thanks
-
After I enabled zombie:
-[NSISRestrictedToNonNegativeVariable retain]: message sent to deallocated instance 0x176c5090
This crash was appeared for the first time when I decided to integrate this libr…
-
Hi,
I'm displaying a navigation controller in a popover over my offline map and the animated transitions between its view controllers is producing the following exception:
'RMMBTilesSource: control_…
-
After doing some testing with Flyout noticed that slows with TableView's (UITableViewStyle.Grouped) to finish loading the screen and make the gesture changing to another view Flyout seems that the tra…
ghost updated
9 years ago
-
Thanks for an awesome stuff!
When I use modal fold transition from your demo navigationbar items "jumps" a little bit. Originally its close to status bar, but when transition is finished they placed …
-
I was hoping to animate an attributedString like so. Is there support for this yet?
```
label.name {
attributed-text {
transition: letter-spacing 1s linear;
font-size: 14pt;
…