-
Hi Sergey,
When I try to let the application check if the accestoken is not nil and then go to the 'protected' view controller nothing is happening.
This is my Appdelegate:
`
//
// AppDe…
-
Hey,
After`pod install` still we can't use this repo. app crashed and we got the following error:
`*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not …
-
Here is my code(Swift 2.1):
```
let navigSide : UINavigationController = UINavigationController(rootViewController: ObjSide)
navigSide.navigationBarHidden = true
let navigCenter : UIN…
-
how to fix RTL
i fixed with some change in library
add
` open func startTab(_ startIndex:Int) {
currentIndex = startIndex
}
`
in `PagerTabStripViewController.swift`
add
` …
imi24 updated
2 years ago
-
-
Hey,
I am trying to push an UIViewController when I press a UIButton which is on one of the three main controller of THTinderNavigationController but it is not working, nothing is happening.
Did you…
-
**react:** _16.9.0_
**react-native:** _0.61.5_
**react-native-splash-screen:** _3.2.0_
### iOs issue
Once the application starts and the splash screen is shown, the application freezes and i…
-
Hello I'm trying to use the library but I got this issue **Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[newsPagerViewController topViewController]: unrecognized s…
-
**Describe the bug**
When using `assertSnapshot` the view is not released at the end of the test
**To Reproduce**
You can reproduce this with the attached project: [SnapshotIssue.zip](https://git…
-
### Description
Hi Everyone,
// Place this code after "[self.window makeKeyAndVisible]" and before "return YES;"
UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil];
…