Facebook share webdialog fails to show on iOS8 simulator - ios

FBWebDialogs presentFeedDialogModallyWithSession:params:handler
doesn't show anything on iOS8 simulator. I have XCode 6 and 5.1 both installed side by side and same code works on iOS7 simulator. Once or twice I got SSL Handshake failed on iOS8. It can't be my network because then it should affect iOS7 simulator too..

I was just showing the dialog in viewDidLoad method which caused it to show but somehow before the view controller. So if I dismiss the controller the dialog will be visible. Showing the dialog in IBAction of a button works fine.

Related

webkit view is getting dismissed after copy link action in swift 3

I am using webkit to load webpage on separate ViewController which I present to my existing ViewController. After some action I am geting a link. When I long press the link I get following options
When I click on copy, my presented ViewController is getting dismissed. This happens on device with iOS 11.2.2. But this is not happening when I am using device with iOS 10.3.2. I am using Xcode 8.3.2. To test on device 11.2.2 I have used TestFlight build.
Do anyone know why is this happening?

Ionic Ios UINavigationBar Overlaps View

I'm using Ionic Framework to build a app with a header.
The ionic header is implemented correctly but it`s being overlapped by UINavigationBar when running in Ios Device or simulator.
It's strange because it works correctly when testing in browser but it gets overlapped when in Iphone.
Open the images link to see it!
Screens: https://mega.nz/#F!TMBRXKBC!Ajd7FghDYQ5D3rf3f5rZsQ
Images explanation:
1- working example in browser
2- overlapping in xcode debugger
3- overlapping example in iphone
4- when i turn the device, i can see the nav behind

AMSlideMenu back button not showing on iOS 9

I've inherited an iOS application which is built around the
AMSlideMenu CocoaPod. The view controller navigation works fine on
iOS 8.4 showing a back button with the title of the previous view
controller in the pushed view controller but on iOS 9.0 the back
button is not showing any more. I've opened and issue on Github for
it but I've got no reaction so far from the developer. Is it a known
problem? What has changed in iOS 9 that this CocoaPod stopped working
properly? Are there any workarounds or does somebody has any idea how
to debug and fix it?

Monaca (Cordova) BarcodeScanner won't cancel

I'm using Monaca to develop an iOS app that uses the BarcodeScanner Cordova plugin. In the Monaca debugger it works fine, but when I build the app and run it on its own I cannot cancel the barcode scanner. It triggers, shows the camera, and shows the "Cancel" button at the bottom of the screen, but pressing the cancel button does nothing. In the debugger though it works as expected. It scans barcodes fine in both cases.
What might be causing it to work differently when it's built?
This solution worked for me! I was using a iPad 2 with iOS 8.2 and the cancel button wasn't working. Making the changes outlined in the 6th comment down in the post at this link did the trick.
https://github.com/wildabeast/BarcodeScanner/issues/162

Watch simulator buttons seems disabled

I'm new in Apple Watch and I'm trying to create the first App with XCode6.3. In my Watch storyboard I put a button but when I run the App in the simulator I can't tap the button and seems disabled... what's happen?
Having similar issue... Sometimes only a portion of the WKInterfaceButton is clickable. Forced to revert back to Xcode6.2 beta5...
I returned to the previous beta of Xcode and now is all OK. The simulator works fine. Probably for some strange reason in my mac the simulator of Xcode 6.3 doesn't work correctly.
Thank to all

Resources