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?
Related
I have a project which is implemented in xcode10 which is in autoresizing, but as per the apple guidelines have to submit the app through xcode11 from april onwards. I have opened the project in xcode11 but the UI seems disturbed, Even if I change the UI, its reverting back again(disturbed), if I close and opened the project in xcode11 again.
please find the screen shot of view controller in storyboard
I am developing a mobile app in ionic that uses tabs.
When I transfer from one tab to the other(click the other tab) a portion of the icon is being displayed at the bottom of the tab for less than a second. It's like a flicker that disappear after a second.
It only happens on iOS. Before I was also using the same project and it doesn't happen. I'm not sure what was the cause since I did a lot(I was trying to fix the bugs in iOS9)... I updated my ionic, cordova and downloaded the latest xcode(I have 2 xcode in my workspace, I'm testing it in 6.3 and 7.0). I'm using an iPhone with iOS 8.1.
Pleases see the image below:
I got a similar issue with my tabs on iOS9. By looking at the console while running on the iOS simulator, I saw some $digest loop error.
This is a bug specific to iOS 9 caused by ngRoute. Applying the patch provided by Ionic did the trick.
Here is the related issue: https://github.com/driftyco/ionic/issues/4082
And here is the patch: https://gist.github.com/IgorMinar/863acd413e3925bf282c
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.
I was working with Xcode 4.6 with iOS 6 SDK for building our iOS app. Recently we migrated to Xcode 5 which comes with iOS 7 built-in. After migrating to iOS 7 SDK, lot of weird things are happening e.g. status bar issue, keyboard animation mess up and UIImagePickerController status bar issue.
I am not finding any solution for the weird keyboard animation issue. When I tap the username text field in my login screen, entire view is going up till the text field and its not scrollable also. Its totally screwed up. Please note that mine is a hybrid application built using cordova library. So, all the UI elements are designed in HTML5. Below are two screenshots for the key board issue.
Please suggest me how to fix this… Thanks in advance….
That seems to be a problem in web view's on iOS7. We have the same problem.
It seems fixed in iOS 7.1.
I have an app that I originally developed for iOS 3 back in March 2009. I've been constantly updating it for the past two and a half years. I've maintained a deployment target of 3.1.3 ever since early on.
I recently decided to upgrade to OSX Lion and XCode 4.2. I opened my app in the 4.3 iOS Simulator and tried out the latest feature I had added. I have a background button that does a resignFirstResponder on all UITextFields in the view. I put the cursor in the UITextField that was recently added to this view that's been around since the beginning. When I hit the background button, the app crashed. I tried again but used a textfield that's been around since the beginning, that background button didn't crash the app. I tested on all UITextFields that have been added in the past few months and it crashes on all of them, it doesn't crash on any old UITextFields. I went to other places in the app too, like a search bar that was added just a few days ago, whenever I focus the textfield and hit a key, app crash. On an older search bar in another view, no crash.
Think of it like this, any IB Class that was added in the past few months doesn't work. BUT if I delete the broken UITextField, copy/paste an old/original UITextField and rewire that to the IBOutlets, it works!
To top it all off, everything works fine in the iOS 5 simulator.
UPDATE - Problem Solved
While typing all this, I went into XCode Properties and saw there was an update to the 4.3 Simulator in the Downloads tab. Installed that and everything is working now. Frustrating.
I solved the issue by updating the iOS Simulator from Xcode Preferences, the downloads tab.