kendalldevdiary
-
Thanks attendees of my debugging and customization sessions - and I hope everyone enjoyed my brief panel appearance.
4:35 AM Nov 27th
from web
-
trick for changing strings: po variable = [NSString stringWithString:@"My New String"] . Step once to see change in
11:21 PM Nov 22nd
from web
-
Just a few more days until ICEAmsterdam! I've enhanced my talks/lab to have a even more interesting tidbits...
9:50 PM Nov 22nd
from web
-
Twitter seems to throw a few dots at the end of that URL, it's tinyURL.com/dateFormatter (easy to remember)
2:34 PM Nov 17th
from web
-
Tired of reading docs for a complex NSDateFormatter dateFormat string? A shortcut URL is now:
10:59 AM Nov 17th
from web
-
Thanks everyone at Boulder - hope you enjoyed the talk!
10:41 AM Nov 11th
from web
-
Finally figured out approach to work around GDB inability to change string values in . Will write up details later for .
4:03 PM Nov 10th
from web
-
navigationBar.barStyle = UIBarStyleBlack is good. navigationBar.tintColor = [UIColor blackColor] is bad (nav buttons will not press).
12:58 AM Nov 7th
from web
-
Confused about Selected vs. Highlighted in the ? Selected is permanent state, Highlighted is your finger brushing against it.
6:39 PM Nov 6th
from web
-
Excited to be speaking at the iPhone Challenge Amsterdam conference at the end of November:
1:35 PM Nov 1st
from web
-
In , "ctrl-s" now shows you all strings you have set in whatever you have open (label default text, accessibility, etc.)
9:22 AM Oct 21st
from web
-
If you have a .* provisioning profile (no company prefix), don't - matches that before more specific profiles like com.mycompany.* .
2:27 PM Oct 20th
from web
-
has a podcast up interviewing me on the debugging tools, and two other developers as well...
12:17 PM Oct 20th
from web
-
Surprise of the week - with , is actually usable for file transfers! Uploads no longer take an eternity.
10:33 AM Oct 20th
from web
-
All those used to the old are probably used to IB saving automatically when you build. Not in Snow Leopard, so always save IB files!
12:19 AM Oct 20th
from web
-
@ - I totally understand, warming up a post myself!
12:17 AM Oct 20th
from web
in reply to nimbusblue
-
navigation tip - the new back/forward goes between file positions, to go between files press "option" while you press the arrows.
10:41 AM Oct 13th
from web
-
@ The walking desk looked pretty interesting, it seems like it would be hard to type though... what speed do you set it to?
10:40 AM Oct 13th
from web
in reply to dcgrigsby
-
And related to cornerRadius, you need to have clipsToBounds on to have it take effect...
9:23 PM Oct 12th
from web
-
If you want to access the cornerRadius property of a 's layer, don't forget you have to import <QuartzCore/QuartzCore.h>!
6:16 PM Oct 12th
from web
|
|