-
December 2017 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Recent Posts
-
Recent Comments
- Wilda England on Favorite tools for less than $100: Post-it glue
- Introducing: Fabule | Wyld Collective Ltd on Project update: Luciole
- Bruno Nadeau on CakePHP and Twilio: Receiving and Replying to SMS
- Robert Gravel on CakePHP and Twilio: Receiving and Replying to SMS
- Randeep on How to capture touches over a UIWebView
-
Archives
-
Categories
Tag Archives: how to
How to capture touches over a UIWebView
I spent the last few weeks polishing the What They Speak When They Speak to Me (WTS) iOS application I developed with Obx Labs, which I mentioned in a previous post. Developing a working prototype for an iOS application can be done fairly quickly, thanks to the tools provided by Apple and a growing list of libraries and engines, but the more time consuming part of development takes place later, working with and often against the features embedded in the iOS SDK to polish your product. This how-to is about one specific issue that arose during the development of WTS: capturing touches over a UIWebView without losing its functionality. Continue reading