Re: probleming reading apple developer documentation

2013-11-27 Thread Barry Hadder
Hi, First select the text field object in the outline. Then, in the connections inspector move vo to it’s delegate in the list of outlets. Drag from it to the object in the outline that you want to set as it’s delegate. You will want to turn cursor tracking off for this. Hope that helps.

Re: probleming reading apple developer documentation

2013-11-27 Thread Venkatesh Potluri
Hi I am getting back to this after a good few months. I ran into another problem. How do I specify a delegate object for the text field? according to the guide, one is instructed to control-drag from the text field to the yellow sphere in the scene doc and select delegate in the outlets section. I

Re: probleming reading apple developer documentation

2013-08-22 Thread Barry Hadder
Hi, It sounds like you are in the triggered segues. You want to move down to the sent events list and drag from "touch up inside". That should work. On Aug 22, 2013, at 1:17 AM, Venkatesh Potluri wrote: Hi. Thanks for the info :) I started reading the tutorial andnow I am facing another prob

Re: probleming reading apple developer documentation

2013-08-21 Thread Venkatesh Potluri
Hi. Thanks for the info :) I started reading the tutorial andnow I am facing another problem. I am unable to add an action to the button. the tutorial says that I have to control-drag the button from the interface builder to the method declaration section in the viewControler's header file in the a

Re: probleming reading apple developer documentation

2013-08-20 Thread Barry Hadder
Hi, You really don't need to be concerned about the dates of the two documents. Development isn't different at all as far as what you will do in this tutorial. Unless you role your own UI elements, everything is pretty much accessible out of the box. The thing they talk about are things you

Re: probleming reading apple developer documentation

2013-08-20 Thread Venkatesh Potluri
Hi! thanks for the pdf link :) The only problem is that the PDF was last updated on february 2012, where as the website was last updated on april 2013. most of the documentation seems to be the same, but, some info on making apps accessible seems to be missing at a quick glance. The PDF will also n

Re: probleming reading apple developer documentation

2013-08-19 Thread Barry Hadder
It looks like they are redoing their doc pages. Sometimes zooming in or out fixes the mouse routing problem. Also, resizing the window some times helps. vo-shift-tilda brings up the window resize menu. The above was the hard way and it doesn't always work. The easiest thing for you to do for

probleming reading apple developer documentation

2013-08-19 Thread Venkatesh Potluri
Hello all. I am getting started with iOs app development. I am unable to access all the text in this link. https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOS/chapters/RM_YourFirstApp_iOS/Articles/05_ConfiguringView.html voiceover says " bullet image" at some places.