-
Hi ,
Instead of dismisViewController in didScanresult method I need to use UIStoryboard *storyboard= [UIStoryboard storyboardWithName:@"Main" bundle:nil];
UIViewController *main = [storyboard …
-
Hi,
I created menu view using your Library SWRevealViewController. So instead of dismiss ViewController I am using UIStoryboard to Instantiate particularView Controller. But when I click back Butto…
-
### Version
3.13.3
### Steps to Reproduce
1. Added PostHog to my project
2. Enabled session recording with the default method (wireframe) and disabled masking Images.
3. Started app and Recorded …
-
I have been using and loving SWRevealViewController, but have come across a problem with iOS8.x and UISplitViewControllers .
I have tested this with your Storyboard example 2.
The change I made to y…
-
I want to show a splash screen to the user after calling rnrestart.restart().
In older versions of React, I could solve this problem by adding code to the AppDelegate.mm file. However, since the Ap…
-
I have two ControllerArrays, loading with a new ContentView, not view. the problem is when I am running the controller title is not fit for screen size. displaying like this.
Here is my code I…
-
### Checklist
- [ ] I am reporting an issue in existing functionality that does not work as intended
- [ ] I've searched for existing [GitHub issues](https://github.com/telegrammessenger/Telegra…
-
What `react-native-splash-screen` version are you using?
3.3.0
What platform does your issue occur on? (Android/iOS/Both)
iOS
i just want to show user splash screen after rnrestart.restart() comm…
-
i am trying to set initial index to '2' but it's not working.
I even tried to change the selectedIndex in the library but its not working.
func setUpTabBarController(){
self.del…
-
I want to set default page into App delegate method,I write code but its not properly working.My code like below,
func application(_ application: UIApplication, didFinishLaunchingWithOptions …