Anmerkung/Thema | Link |
---|
Für Anfänger iPhone-APP auf iOS 7 (Simple Matching Game) | http://www.youtube.com/watch?v=8C9O6YBw-9Y |
Implement UIButton, UITextField and UILabel programmatically in iPhone | http://www.edumobile.org/iphone/iphone-programming-tutorials/implement-uibutton-uitextfield-and-uilabel-programmatically-in-iphone/ |
Convert Number to NSString | http://www.cazisoft.com/2011/quick-tips-converting-number-to-string-in-objective-c |
UISlider with fixed Number of Steps | http://stackoverflow.com/questions/8219056/uislider-with-a-fixed-number-of-steps |
Doku zur Formatierung von Zahlen zu Strings | http://www.cplusplus.com/reference/cstdio/printf/ |
Umgang mit Arrayvariablen mit Beispielen | http://snipplr.com/view/67396/ |
Umgang mit 2-dimensionalen Arrays | http://stackoverflow.com/questions/4362740/creating-a-two-dimensional-array-in-objective-c |
Declaration von Konstanten | http://stackoverflow.com/questions/6188672/where-do-you-declare-constant-in-objective-c |
Berechnung von Divisionsaufgaben mit Rest (Modulo) | http://stackoverflow.com/questions/1271102/how-to-make-a-modulo-operation-in-objective-c-cocoa-touch/1271137#1271137 |
Berechnung der Bildschirmgröße | http://stackoverflow.com/questions/3635483/how-to-get-screen-size-using-code |
Löschen von Subviews in einem View | http://stackoverflow.com/questions/4136733/xcode-removing-some-subviews-from-view |
Versteckte Funktionen in XCode | http://stackoverflow.com/questions/146297/hidden-features-of-xcode/154320#154320 |
Arbeiten mit AlertViews | http://mobile.tutsplus.com/tutorials/iphone/uialertview/ |
Wie bekomme ich runde Buttons ? | http://stackoverflow.com/questions/6952755/how-to-create-a-round-button |
How to write a webservice with php/mysql | http://www.raywenderlich.com/2941/how-to-write-a-simple-phpmysql-web-service-for-an-ios-app |
How to write an ios app that uses a web-Service | http://www.raywenderlich.com/2965/how-to-write-an-ios-app-that-uses-a-web-service |