Re: How to determine the Http Method type being implemented for web service API

2013-06-24 Thread Andreas Liebschner
On Mon, Jun 24, 2013 at 8:05 AM, Omkar Ramtekkar omkar_ramtek...@persistent.co.in wrote: I'm working on a project, where in I need to get the data from server through RESTful web services. Server side people have implemented a few web services. I need to use those methods, but I'm not sure

Re: My App refuses to rotate

2013-05-28 Thread Andreas Liebschner
On Tue, May 28, 2013 at 9:01 AM, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: But in the iPhone simulator and in the iPhone device the rootViewController always has interfaceOrientation = 1 (Portrait). All other ViewControllers also show interfaceOrientation = 1 (Portrait). Any chance that

Re: Dismissing The Keyboard

2013-05-22 Thread Andreas Liebschner
On Wed, May 22, 2013 at 1:34 PM, Harmony Neil harmony.n...@gmail.com wrote: Does anyone know what is the best way of dismissing the keyboard? I preferably want to dismiss the keyboard for whichever of the 3 textFields I'm writing in. Hello, Give UIView's endEditing: method a try. Here is