Page tree

Wenn sie zu dieser Seite Bemerkungen haben klicken sie bitte hier: Kontaktformular

Skip to end of metadata
Go to start of metadata

 

Alle Artikel beziehen sich zur Zeit auf XCode 5 und iOS 7

 

Hilfreiche Links zum Thema:

Anmerkung/ThemaLink
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 iPhonehttp://www.edumobile.org/iphone/iphone-programming-tutorials/implement-uibutton-uitextfield-and-uilabel-programmatically-in-iphone/
Convert Number to NSStringhttp://www.cazisoft.com/2011/quick-tips-converting-number-to-string-in-objective-c
UISlider with fixed Number of Stepshttp://stackoverflow.com/questions/8219056/uislider-with-a-fixed-number-of-steps
Doku zur Formatierung von Zahlen zu Stringshttp://www.cplusplus.com/reference/cstdio/printf/
Umgang mit Arrayvariablen mit Beispielenhttp://snipplr.com/view/67396/
Umgang mit 2-dimensionalen Arrayshttp://stackoverflow.com/questions/4362740/creating-a-two-dimensional-array-in-objective-c
Declaration von Konstantenhttp://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ößehttp://stackoverflow.com/questions/3635483/how-to-get-screen-size-using-code
Löschen von Subviews in einem Viewhttp://stackoverflow.com/questions/4136733/xcode-removing-some-subviews-from-view
Versteckte Funktionen in XCodehttp://stackoverflow.com/questions/146297/hidden-features-of-xcode/154320#154320
Arbeiten mit AlertViewshttp://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/mysqlhttp://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

Funktioniert leider nicht unter iOS 7

http://www.raywenderlich.com/2965/how-to-write-an-ios-app-that-uses-a-web-service
Using mysql in Xcodehttp://www.youtube.com/watch?v=LwCyaGoRNWM

Web Service Apps in iOS7 JSON with UITableView in XCode5

Meine Anmerkungen in Kurzform:
Funktioniert auch unter iOS 7 aber man muss noch einige Änderungen machen und der Code funktioniert nicht so wie er angegeben wird.
Änderungen:
Man muss JSON als  "New Group" in das Projekt einbinden
Dann "#import "SBJson.h" in das Headerfile einbauen
Bei der @interface und @implementation Verwendung den Namen des ViewControllers anpassen
Die URL muss angepasst werden, sie muss einen Datenstrom liefern wie er in JSON Data angegeben wurde, aber die Key-Angaben müssen in Quots angegeben werden 

http://thedarkdev.blogspot.de/2013/09/web-service-apps-in-ios7-json-with.html