am unable to integrate SPGoogleplacesautocomplete in my app ios 7 storyboard
Atlast I found on the GITHUB
But On Scroll view it will work for iphone5 slight problem with iphone4
https://github.com/StephenAsherson/SAGooglePlacesTableView
Related
We have an iOS native app developed with Objective C and using auto-layout with Storyboard for UIs.
It is working fine in iOS 12.4.1 in all devices and it is not
working now in the iOS 13 on iPhone 6s/7/8 only.
Only this screen size has the issue.
Other than that all other iphone screens are supporting upto to
iPhone 11 Pro Max.
And this issue is not there in the iPhone 6s/7/8 simulators. Only in
the real device.
When it is installed on iPhone 7 and run the app it lags very much
and freeze the app occasionally, I have to close it, But the iphone is also gets laggy.
I am not getting any errors.
I thought this is layout issue, so I've Removed constraints of all first showing screens and re-added the constraints. And tried to debug with XCode Instruments to test performance but that didnt show me any issue also(I am not much familiar with using XCode Instruments).
I am stuck with this issue for several days.
And I couldnt find anyone having the same issue.
I appreciate any help regarding this.
What could cause this?
I was facing a similar issue and found out that SearchDisplayController which is deprecated, was being used in the code and storyboard as well. That was causing my app to crash on real device, but not on simulator with iOS 13.1.2. After removing the SearchDisplayController, things worked fine for me.
I've to develop an app that should work on iOS 7 and iOS 8 devices. I'm using Xcode 6 to develop it and I'm having issue to design the UI. I designed the UI by using the adaptive layout, so when I try to run the app on a device in which it's installed iOS 8 it works great on all display dimension (iPhone 4s, iPhone 5, 5c, 5s and iPhone 6, 6 Plus) as you can see on the following screenshot:
When I try to run it on a device in which it's installed iOS 7 I get some trouble as you can see on the following screenshot:
How I can fix that issue? I need to design another Storyboard that the system should use if it detect iOS 7? I hope you can help me
Iam new to ios development,
In my application i designed UI through storyboard. Its looking good when i am using iphone5 with ios 8.1 but with iphone5 and ios 7.1 having some spaces top and bottom of screen.
check this images , what could be the problem?
Please help me in this. Thanks in advance.
iPhone 5 with ios 7.1
iphone5 with ios 8.1
Yahoo.. I was able to resolve it.
To resolve the issue, follow the below steps:
Navigate to project settings
Under "App Icons and Launch Images" click on "Use Asset Catalog"
Select "Migrate" on the popup that appears.
Its working fine for me.
I had a project in Dojo, with Slider from DojoX. On iPad iOS 6 it was working ok. Now I updated the iPad to iOS 8 - and the slider does not react to touch anymore.
Online demo of slider (http://demos.dojotoolkit.org/demos/touch/demo.html) is also not working on iOS 8.
Anyone has any experience on this?
I suspect you (and the web site as well) are not using the latest Dojo versions that are required for iOS8 support. Upgrading to the latest release will probabably solve your issue.
Questions about dojo usage or possible bug are discussed on the dojo-interest mailing list. Web interfaces are available from the Dojo Toolkit Community page. If you’ve filing a bug, see How to File a Dojo Bug Report
We are having an issue where smart banners appear in Safari on iOS6, but when testing in Safari on iOS7 with non 5s devices the banner briefly appears (sort of a placeholder without content) and then disappears. We have tested other sites other than ours and it seams to be consistent behavior. dropbox.com cnn.com usatoday.com all have smart banners visible with Safari iOS6, but that are disappearing when reached from Safari iOS7 from iPhone4, iPhone4s, iOS Simulator, iPhone5.
Is anyone else seeing this behavior?
I was having the same behaviour on iOS8.
It turns out that the ID I grabbed from the app store url was prefixed with "id". Once I removed that prefix it started working as expected.
In this example URL
http://itunes.apple.com/ca/app/ditchtv/id1042361181?mt=8, the meta tag should be:
<meta name="apple-itunes-app" content="app-id=1042361181">
I hope this helps!
I saw this same problem, but only for apps that have not been built with the iOS7 SDK. My older apps that have been compiled with the iOS <= 6 SDK will show an app banner on phones running iOS <= 6, but only apps compiled with iOS SDK == 7 will show on a phone running iOS 7.