Re: MapKit location authorization

2014-09-19 Thread John Tsombakos
You also need to add items to your Info.plist file: NSLocationAlwaysUsageDescription and/or NSLocationWhenInUseUsageDescription On Sep 19, 2014, at 2:01 PM, Gerriet M. Denkmann wrote: > > So I put it into viewDidLoad of the view controller for the MapView. > > But: > > authorizationStatus

Re: Yet more new information. Was: Re: Weird UITableView problem

2015-04-30 Thread John Tsombakos
My two cents.. I just tried this on a MacPro, 10.10.3 and Xcode 6 (6.3.1) and no matter which device I run in the simulator and scale factor, i can see all the items in the list. If looking at the iPad Air, thye all fit on the screen without scrolling. Smaller devices I have to scroll the table

Re: Swift 2.0

2015-07-02 Thread John Tsombakos
There’s this: The Swift Programming Language (Swift 2 Prerelease) https://itunes.apple.com/us/book/swift-programming-language/id1002622538?mt=11 > On Jul 2, 2015, at 12:59 PM, William Squires wrote: > > There is

Retain/Release and Properties clarification

2011-10-03 Thread John Tsombakos
Hello, I have a question about release/retain and properties. Now I get the whole "if you allocate it, you have to release it", but with properties I need some clarification. I'm using an AVAudioPlayer to play a sound, and I'm initializing it in the viewDidLoad by calling a routine to get the sound

Re: Retain/Release and Properties clarification

2011-10-03 Thread John Tsombakos
On Mon, Oct 3, 2011 at 10:29 AM, Steve Sisak wrote: >> At 10:14 AM -0400 10/3/11, John Tsombakos wrote: >> @interface AudioPlayerViewController : UIViewController { >> AVAudioPlayer *audioPlayer; >> } >> @property (retain) AVAudioPlayer *audioPlayer; >&g

Re: Retain/Release and Properties clarification

2011-10-03 Thread John Tsombakos
On Mon, Oct 3, 2011 at 2:01 PM, Andreas Mayer wrote: > > Am 03.10.2011 um 16:14 schrieb John Tsombakos: > >> audioPlayer = [self getSoundFile:"soundfile.wav"]; >> ... >> >> in getSoundFile routine: >> AVAudioPlayer *snd; >> ... >>

iOS UI Design Question / Opinions wanted

2011-07-13 Thread John Tsombakos
Hi, Just getting more into iOS development, and am deciding on what to do for an app. One app is a "competition scoring" application, where the judges would use the app to calculate and score a game. The scores would are derived from a series of "challenges", each worth a set number of points. Ea

Re: iOS UI Design Question / Opinions wanted

2011-07-14 Thread John Tsombakos
On Thu, Jul 14, 2011 at 1:25 AM, Roland King wrote: > Custom button with your own graphic tick/cross is probably what I'd use for > this. That's easy to do and fits pretty well with the ios look and feel. > Either have two buttons and use them as radio buttons (unselect one when > you hit the ot

Re: iOS UI Design Question / Opinions wanted

2011-07-14 Thread John Tsombakos
On Thu, Jul 14, 2011 at 8:14 AM, Thomas Davie wrote: > > Along with various other people, I have a custom UISwitch that does exactly > what you require, it's available here http://whataboutapp.co.uk/ > > Tom Davie That looks exactly what I would want! Thanks! ___

Re: iOS UI Design Question / Opinions wanted

2011-07-14 Thread John Tsombakos
On Thu, Jul 14, 2011 at 9:26 AM, John Tsombakos wrote: > On Thu, Jul 14, 2011 at 8:14 AM, Thomas Davie wrote: > >> >> Along with various other people, I have a custom UISwitch that does >> exactly what you require, it's available here http://whataboutapp.co.uk/ >

Re: Migrating to iPhone 5 screen size

2012-10-05 Thread John Tsombakos
On Fri, Oct 5, 2012 at 12:20 PM, Matt Neuburg wrote: > Neat idea! It appears also that in Xcode 4.5.1 (and 4.5?) you are handed the > necessary launch images as part of a new project. m. > I've found also when opening an existing project in 4.5, Xcode will generate a warning saying you don't hav

Re: This board is slow. Was: OS_OBJECT_USE_OBJC_RETAIN_RELEASE and xpc_release()

2012-11-05 Thread John Tsombakos
On Mon, Nov 5, 2012 at 1:16 PM, Jerry Krinock wrote: > Lately I've been seeing other people respond to messages on these boards, > apparently out of order. I have seen messages appear on > cocaobuilder.com*hours* before they appear in my email. I may also have seen > it happen > vice versa on