David Keegan

Results 43 issues of David Keegan

http://developer.apple.com/library/ios/#documentation/PreferenceSettings/Conceptual/SettingsApplicationSchemaReference/Articles/RadioGroupElement.html#//apple_ref/doc/uid/TP30915196-SW2

The sample app has atrophied with time...

There is currently no way to dismiss the NumberPad keyboard because there is no done button.

Unsure of implementation

When the keyboard pops up, it covers my tab bar. To make it dismissable I have added the following: PSTextFieldSpecifierCell.m In setupCell add: self.textField.delegate = self; self.textField.returnKeyType = UIReturnKeyDone; Beneath...

First, a big thanks for this code!! After running my app through Instruments, I found a few leaks. Below is the info I extracted from Instruments. Let me know if...

Not sure if this is still an issue

If there is no title on a PSTitleValueSpecifier the default value becomes the title, this is currently not the case in InAppSettings.

Not sure if this is still an issue

Greetings In my application (LiveTrack 24 for iOS), I have recently added an option for the Live Map to pivot and follow the compass setting. All fine and well. What...

Not sure if this is still an issue