UITextFieldDelegate

2015-06-30 Thread David Grant
I want to become more familiar with best practices using this delegate, and when not to use it. Can anyone point me in the right direction? Tutorials, etc.? Thanks. Sent from my iPad ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do no

Re: AppDelegate vs Custom View Controllers for Download Task...

2015-06-16 Thread David Grant
Assuming it's only the one call for everything you'll need when the app starts it makes sense. Without knowing more detail it's hard to tell you that's the way you should go with it. Sent from my iPad > On Jun 16, 2015, at 3:37 PM, Peters, Brandon wrote: > > Hi, > > I have “duplicate” code

Re: Language options: Objective-C, Swift, C or C++?

2015-06-12 Thread David Grant
Since Swift has come out, I have been using Swift exclusively. IMHO, Swift is the way to go. I think it’s stable at this point. I could see where the changes to the syntax could be confusing or frustrating but having dealt with it since the beginning, to me, its arbitrary. And that’s also based

Re: Playground

2015-06-12 Thread David Grant
I dug a little further and found that the Xcode beta did not have access through the local firewall. So I set up a rule specifically to “allow" the beta and it seems to be working, for now. > On Jun 11, 2015, at 12:27 PM, Quincey Morris > wrote: > > On Jun 11, 2015, at 12

Re: Playground

2015-06-11 Thread David Grant
ction.” > On Jun 11, 2015, at 12:00 PM, Quincey Morris > wrote: > > On Jun 11, 2015, at 10:58 , David Grant wrote: >> >> Playground execution terminated because the process stopped unexpectedly. > > Here’s what I would do: > > 1. Close all projects

Re: Playground

2015-06-11 Thread David Grant
Tried Editor —> Execute Playground received this: Playground execution terminated because the process stopped unexpectedly. > On Jun 10, 2015, at 10:42 PM, Quincey Morris > wrote: > > On Jun 10, 2015, at 20:51 , David Grant <mailto:dmgr...@infinitydigital.com>> wr

Re: Playground

2015-06-10 Thread David Grant
> View -> Assistant Editor -> Bottom works for 6 and 7 - better down there, > more room > > Looking at 7, there’s a tiny weeny little upward facing arrow at the lower > left corner of the assistant which says ‘show the debug area’, if I click > that, I get a console

Re: Playground

2015-06-10 Thread David Grant
So if I go to view at the top and follow the drop down menu and click show assistant editor, it merely makes the right hand side bigger. No “console” to show errors or println statements. > On Jun 10, 2015, at 8:23 PM, Roland King wrote: > > >> On 11 Jun 2015, at 11:12, Dav

Re: Playground

2015-06-10 Thread David Grant
I’m playing with Xcode 7 beta, and it told me the same thing and changed it to print and still no worky. > On Jun 10, 2015, at 8:25 PM, Quincey Morris > wrote: > > On Jun 10, 2015, at 20:12 , David Grant <mailto:dmgr...@infinitydigital.com>> wrote: >> >> W

Re: Playground

2015-06-10 Thread David Grant
Well at least I expect to see when it starts with Hello Playground it shows up in the column to the right. I even tired to println it and it doesn’t show up. > On Jun 10, 2015, at 8:04 PM, Quincey Morris > wrote: > > On Jun 10, 2015, at 19:58 , David Grant wrote: >> &

Playground

2015-06-10 Thread David Grant
I never got into playground because it never worked. After reviewing some of the videos of WWDC I decided to try it again, but I am not seeing anything like what is displayed in the videos. Do I have configuration wrong? What’s up? ___ Cocoa-dev mailin

Re: Off center guides

2015-05-26 Thread David Grant
http://imgur.com/84NWj4A <http://imgur.com/84NWj4A> > On May 26, 2015, at 11:49 AM, Alex Zavatone wrote: > > Screenshot? > > You should be able to take a screen and post to Imgur.com for free if you > don't have an accounts somewhere else. > > On May 26,

Off center guides

2015-05-26 Thread David Grant
Is there some reason that when adding an object such as a textfield or label to a view in a storyboard the blue guide would appear just off center to the left? Maybe something in the inspector pages I checked or unchecked that might fix this? ___ Coco

Follow up to DatePicker Question

2015-05-20 Thread David Grant
So I found that what I really really wanted was not a popover controller but an inputView. When I test this in an iPhone 6 it seems to work just fine, but on testing an iPhone 5 the reaction to the date change is kind of slow. Also, this seems like a lot of code to make this work, so I’m submit

Date Picker

2015-05-18 Thread David Grant
Is there really no way to display a date picker in a pop over view like a keyboard? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(a

Manipulating Table View Cells

2015-05-15 Thread David Grant
I’d like to know how to edit table view cells as it is done in health kit, when some one adds a data point. I finally got a view within my app just right in terms of making it looks that way, and I’m hoping someone can point me in the right direction. I’m not looking for anything too complicate