
Strona poświęcona programowaniu w Objective-C (również dla początkujących)
#51
Posted 06 October 2012 - 00:07
Podstawy Objective-C 0.9 - Core Motion
#52
Posted 09 October 2012 - 11:58

#53
Posted 12 October 2012 - 15:20
Podstawy Objective-C 0.11 – Wstęp do notyfikacji – NSNotificationCenter
#54
Posted 12 October 2012 - 20:02

#55
Posted 12 October 2012 - 20:06

#56
Posted 12 October 2012 - 20:37
#57
Posted 12 October 2012 - 21:08

#58
Posted 12 October 2012 - 21:12
#59
Posted 12 October 2012 - 21:21
#60
Posted 21 October 2012 - 10:34
Poprawne ustawianie fontów w iOS
NSLogi, a wypuszczanie aplikacji (Aktualizacja: DLog)
Miłej lektury.
#61
Posted 21 October 2012 - 13:57
#62
Posted 21 October 2012 - 14:18
#ifdef DEBUG #define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); #endif
#63
Posted 21 October 2012 - 19:57
Spróbuj tak:
#ifdef DEBUG # define DLog(fmt, ...) {NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);} # define ELog(err) {if(err) DLog(@"%@", err)} #else # define DLog(...) # define ELog(err) #endifGdzieś to kiedyś znalazłem i używam w powodzeniem. Tutaj masz coś o tym.
#64
Posted 21 October 2012 - 20:12

#65
Posted 21 October 2012 - 20:52
Jak pisałem, to makro gdzieś kiedyś znalazłem. Nie przypisuję sobie autorstwa... że stworzyłeś sobie ...

#66
Posted 22 October 2012 - 06:42

#67
Posted 26 October 2012 - 20:03
Mnóż przez 0.5 zamiast dzielić przez 2.0
Cropowanie UIImage
Myślę, że może się komuś przydać

#68
Posted 02 November 2012 - 19:40

Widoki, przejścia, przesyłanie danych – Segue, prepareForSegue:sender:
#69
Posted 03 May 2013 - 21:21
#70
Posted 30 September 2013 - 13:48
#71
Posted 01 October 2013 - 19:43
#72
Posted 05 October 2013 - 12:48
[...] ciach tu był spam.
#73
Posted 23 October 2013 - 15:37
#74
Posted 03 June 2014 - 12:35

#75
Posted 02 October 2014 - 22:58
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users