I have an iPhone with iOS 3.1.3. I have developed an application with ios 4.2. Application runs well expect autoscrolling. when i click textview it scolls automatically to see text contents. when i install in my iphone it terminates when i click on text view. What can I do to fix this problem?
1
There are 1 best solutions below
Related Questions in IOS4
- both flutter build ios fails and xcode build fails with weird error
- How to change elements positioning in landscape mode?
- TableView ReparatorInset Width - Swift 4 Without Storyboard
- Receiving error when trying to dismiss picker
- in switch case i want to print nslog as per my requirement?
- how to send the dictionary data from one view controller to another view controller using segues?
- MFMailComposeViewController not working for me in old iOS code since iOS 9 runtime
- How to fix missing required architecture i386 in file?
- The main thread locked when fetching images from parse with semaphore
- Parse for iOS - Undefined symbols for architecture i386 - iPhone 4s, iPhone 5
- Xcode 6 duplicate symbols for architecture armv7
- Any issues in updating iOS 4 app to iOS 8?
- Integration of vine in iphone apps?
- ffmpeg is failing to convert mov files from iPhone 4
- Cannot View contents in ios 7 pickerview
Related Questions in IOS3.0
- in switch case i want to print nslog as per my requirement?
- Codesigning error when updating from iOS 3 to iOS 8
- [self.window addSubview:[_viewController view]]; moving the view up in lower version of iphone
- Is my update okay for iOS 3.0 users (I check if Core Telephony exists)?
- Make iPhone app compatible with iOS 3
- How to test iOS applications for iOS v 3.1 compatibility with Xcode 4.2?
- Does it make any sense to develop iPhone application compatible with iOS 3?
- how to run iOS 4 application on iOS 3.1.3
- How do you set an app so that only iOS4 users can download it?
- iphone simulator 3.2 AvAudioPlayer fileURL Issue
- iPhone App Update: Ignore backwards compatibility for iOS 3.X (iOS Deployment Target set to 4.0)
- Alternative for [NSOperationQueue mainQueue] on ios 3
- upgrade version of an application
- MKMapViewDelegate viewForAnnotation method
- iphone ios 3.0.1, device is not being able to get a device token nor reporting an error?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you don't use api's that are only in 4.2 you can set you project iOS Deployment Target to 3.1 in the build settings of your project.