2012년 07월 16일
FireMonkey /w Native iOS Controls v0.26
처음 시작할때는 언제 다 만들고, 실제 App 프로그램에 들어갈까 정말 걱정이 많았는데, 이제는 거의 끝이 보여, 참 다행이라는 생각이 듭니다. 그동안 해외 많은 개발자분들이 성원해주셔서 개발할 때, 정신적으로, 많은 도움이 되었습니다. :)
본 글은 다음과 같은 환경에서 작성되었음을 알려드립니다.
- Compiler : Delphi XE2 (FireMonkey), Free Pascal 2.6 - XCode 4.3.3 - Test Device : iPhone 3GS, iPAD 1 |
1. Previous Version
http://blog.naver.com/simonsayz/120163528980
2. Guide to iOS_Controls
![]()
4. Project File
You can download project's code using the icon
http://blog.naver.com/simonsayz/120164060580
//
// iOS Native Control Wrapper for Delphi//// Using XCode 4.3.3// Delphi XE2// Free Pascal 2.6//// Author : Simon,Choi ( Choi,Won-Sik )// ------------------------------------------------------// simonsayz@naver.com from seoul,korea// http://blog.naver.com/simonsayz//// Warning// ------------------------------------------------------// This code is experimental code for testing.// Do not use the real project until now. :)//// Version History// ------------------------------------------------------// 2012.06.20 Ver 0.1// 2012.07.08 Ver 0.2 added iOS_Patch.pas (for fixing errors)// 2012.07.10 Ver 0.21 added NSParser.pas (for String Conv., by Phill Hess)// 2012.07.13 Ver 0.25 added MapKit,iAd// 2012.07.15 Ver 0.26 added StoreKit,Sound,H/W //// Supported Controls// ---------------------------------------------------------------// 01 UIButton 2012.06.20 Started// 02 UILabel 2012.07.01// 03 UISegmentedControl 2012.07.02// 04 UITextField 2012.07.01// 05 UISlider 2012.07.02 // 06 UISwitch 2012.07.02// 07 UIActivityIndicatorView 2012.07.08// 08 UIProgressBar 2012.07.08// 09 UIPageControl 2012.07.08// 10 UIStepper 2012.07.10// 11 UITableView 2012.07.04// 12 UIImageView 2012.07.08// 13 UITextView 2012.07.10// 14 UIWebView 2012.07.08// 16 UIScrollView 2012.07.13// 17 UIDatePicker 2012.07.13// 18 UIPickerView 2012.07.13// 20 UIView 2012.07.03// 21 UINavigationBar 2012.07.05// 22 UISearchBar 2012.07.13// 23 UITabBar 2012.07.03// 24 UIAlertView 2012.07.13// 25 NSTimer 2012.07.03// 26 NSURLConnection 2012.07.10 Update needed// 27 UIViewController/iOSForm 2012.07.01// 28 CALayer Examples 2012.07.08// 29 Sound 2012.07.14// 30 GPS,Compass 2012.07.15// 31 Accelerometer 2012.07.15// 15 MKMapView 2012.07.12// 19 ADBannerView 2012.07.13// 32 UIWindow// 33 UIToolBar// 34 UIKeyboard// 35 UINotification// 36 AssetLibrary /w ObjC 2012.07.16// 37 StoreKit header ready :)//// Future Works for Basic Class// ---------------------------------------------------------------// 01. nsstring <-> Tstrings// 02. C Blocks Function ( AssetLibrary, CoreLocation )//// Some useful links// ---------------------------------------------------------------// http://dl.dropbox.com/u/28343282/ObjP/index.html//
# by | 2012/07/16 15:49 | 사진관련 프로그래밍 | 트랙백(2) | 덧글(0)




