Just occurred to me that you might be using XIBs? I do everything nibless, but that shouldn’t make a difference really. Either way, see if you can post the code that creates and adds the UITextView to the parent view, and we can look to see if anything looks out of place.
Dino From: [email protected] [mailto:[email protected]] On Behalf Of AUR Sent: Wednesday, November 16, 2011 12:17 PM To: [email protected] Subject: Re: [MonoTouch] iOS5 behaviors with UITextField, InputView and SearchBar Well, it’s an app that I wanted to deploy to the App Store today (before iOS5 testing!). So it’s almost finished and a lot more than a sample. But I think I’m going to set up a small test project regarding this issue. Maybe than I can send you some code tomorrow. Can you recommend anything else? Von: Dino [via MonoTouch] [mailto:[hidden email]</user/SendEmail.jtp?type=node&node=4077325&i=0>] Gesendet: Mittwoch, 16. November 2011 19:11 An: Andreas Urban Betreff: Re: iOS5 behaviors with UITextField, InputView and SearchBar Is it an app you can share or is it a bit more than a basic sample? -----Original Message----- From: Andreas Urban [mailto:[hidden email]</user/SendEmail.jtp?type=node&node=4077304&i=0>] Sent: Wednesday, November 16, 2011 12:08 PM To: Dean Cleaver; [hidden email]</user/SendEmail.jtp?type=node&node=4077304&i=1> Subject: AW: [MonoTouch] iOS5 behaviors with UITextField, InputView and SearchBar This happens on both the simulator and the device. I've just tried another application and - strange to say - there is no difference between iOS4 and iOS5. So in general, it seems to work. But what might cause the issue in this special app? -----Ursprüngliche Nachricht----- Von: Dean Cleaver [mailto:[hidden email]</user/SendEmail.jtp?type=node&node=4077304&i=2>] Gesendet: Mittwoch, 16. November 2011 18:56 An: Andreas Urban; [hidden email]</user/SendEmail.jtp?type=node&node=4077304&i=3> Betreff: RE: [MonoTouch] iOS5 behaviors with UITextField, InputView and SearchBar Andres, Is this happening on your device or in the simulator? I have all of those UI elements in my app, and all of them behave as expected with no changes to the code for iOS5. Dino -----Original Message----- From: [hidden email]</user/SendEmail.jtp?type=node&node=4077304&i=4> [mailto:[hidden email]</user/SendEmail.jtp?type=node&node=4077304&i=5>] On Behalf Of AUR Sent: Wednesday, November 16, 2011 11:49 AM To: [hidden email]</user/SendEmail.jtp?type=node&node=4077304&i=6> Subject: [MonoTouch] iOS5 behaviors with UITextField, InputView and SearchBar Hi there, I have a problem with the iOS 5 behaviors of the UITextField, InputView and SearchBar. First of all the UITextField. When I add a UITextField to my view, run the code in the simulator and touch the text field nothing happens. This is quite contrary to the iOS4 behavior which shows me the keyboard by default. What do I have to configure to achieve this? Second problem: the InputView. It's almost the same as with the UITextField. When I assign a UIView to the InputView of a UITextField, run the code and touch the field nothing happens in iOS 5. This is again quite contrary to the iOS4 behavior which easily shows my view as the responder. What do I have to do here? The third one is also regaring changed standard behavior. When touching the UISearchBar, iOS 5 (again) does nothing, while iOS 4 (again) shows the keyboard. It looks like all three topics belong to one simple mistake, but neither research nor trial and error took me a step further. I'm looking forward to some pokes into the right direction. Thanks in advance for your help. Best regards Andreas -- View this message in context: click here. NAML<http://monotouch.2284126.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespace&breadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> ________________________________ View this message in context: AW: iOS5 behaviors with UITextField, InputView and SearchBar<http://monotouch.2284126.n4.nabble.com/iOS5-behaviors-with-UITextField-InputView-and-SearchBar-tp4077230p4077325.html> Sent from the MonoTouch mailing list archive<http://monotouch.2284126.n4.nabble.com/> at Nabble.com.
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
