2014年6月29日 星期日

Swift, the future

http://numbbbbb.gitbooks.io/-the-swift-programming-language-/chapter2/02_Basic_Operators.html http://stackoverflow.com/questions/21263358/uiwebview-with-progress-bar //UIWebView Progressbar http://stackoverflow.com/questions/8812459/easiest-way-to-detect-a-connection-on-ios //check internet http://stackoverflow.com/questions/6319417/whats-a-simple-way-to-get-a-text-input-popup-dialog-box-on-an-iphone //alert http://stackoverflow.com/questions/12040560/uiwebview-to-uiimage // capture uiwebview http://www.raywenderlich.com/18840/how-to-make-a-simple-drawing-app-with-uikit //drawing http://www.touch-code-magazine.com/ios5-saving-photos-in-custom-photo-album-category-for-download/ //save image to album https://github.com/brimelow/Swift-Video-Tutorials/blob/master/Creating%20Class%20Extensions/Giants/UIImage%2BCropping.swift //UIGraphicsBeginImageContext ////////////////////////////////////////////////////////////////// memory leak issue http://www.programering.com/a/MzMyQTMwATc.html //segue http://chrisrisner.com/31-Days-of-iOS--Day-5-Programmatically-showing-View-Controllers //presentViewController http://stackoverflow.com/questions/11451845/how-to-pass-data-between-modal-view-controller //presentViewController pass data http://furnacedigital.blogspot.tw/2011/12/storyboard-segue-uiviewcontroller_30.html //furance http://furnacedigital.blogspot.tw/2011/12/storyboard-segue-uiviewcontroller.html //furance2 http://sketchytech.blogspot.tw/2012/09/return-to-root-view-controller-from.html //back to root