Posts by mrodriguez • 36 points
2 posts
-
1
votes2
answers2410
viewsA: Open link to facebook in iOS Safari
Try using this method. Just put deepLink if you want the app to open the facebook app, or open Safari with the given url. Example of a deep link (appURL): fb://page/id_pagina Example of a URL:…
-
1
votes1
answer66
viewsA: Using Uiinterfaceorientation to change screen
You can do it by the method: - (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration Before the interface orientation is changed,…