I hereby claim:
- I am ebruning on github.
- I am ebruning (https://keybase.io/ebruning) on keybase.
- I have a public key whose fingerprint is 2EDA 6584 9C4A 0B56 6ADF 2C2B B29D 616C 7ABE C4CC
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
0. English en 1. French fr 2. German de 3. Italian it 4. Dutch nl 5. Swedish sv 6. Spanish es 7. Danish da 8. Portuguese pt 9. Norwegian nb 10. Hebrew he 11. Japanese ja 12. Arabic ar 13. Finnish fi 14. Greek el 15. Icelandic is 16. Maltese mt 17. Turkish tr 18. Croatian hr 19. Chinese zh 20. Urdu ur 21. Hindi hi 22. Thai th 23. Korean ko 24. Lithuanian lt 25. Polish pl 26. Hungarian hu 27. Estonian et 28. Latvian lv 29. Sami se 30. Faroese fo 31. Farsi fa 32. Russian ru 33. Chinese zh 34. Dutch nl 35. Irish ga 36. Albanian sq 37. Romanian ro 38. Czech cs 39. Slovak sk 40. Slovenian sl 41. Yiddish yi 42. Serbian |
##Overview of Obj-C Getting started with iOS development
Overview of Objective-C Part 2
##Tutorials/How-tos Apple's Getting started guide
sudo dscl . -append /Groups/_developer GroupMembership USER_NAME |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
card.cardType = (CardType)[[cardArray valueForKey:@"type"] integerValue]; |
UIImageView *imgBg2 = [self createImgViewWithFrame:CGRectMake(26, APP_DELEGATE.is_iPhone5 ? yCodd+180 : yCodd+170, 268, 137) ImageName:@"licence_front" withTag:0]; | |
imgBg2.image = [UIImage imageNamed:@"w2_front.png"]; |
# | |
# Uncrustify Configuration File | |
# File Created With UncrustifyX 0.4.3 (252) | |
# | |
# Alignment | |
# --------- | |
## Alignment |
# | |
# uncrustify config file for objective-c and objective-c++ | |
# | |
indent_with_tabs = 0 # 1=indent to level only, 2=indent with tabs | |
output_tab_size = 4 # new tab size | |
indent_columns = output_tab_size | |
indent_label = 2 # pos: absolute col, neg: relative column | |
indent_align_assign = FALSE |
for (NSString *familyName in [UIFont familyNames]) { | |
for (NSString *fontName in [UIFont fontNamesForFamilyName:familyName]) { | |
NSLog(@"%@", fontName); | |
} | |
} |