09/10/2014
New Version :
(special thanks to Sebastian Zierer)
v9.0.0 - 2014/10/09
+ Added DPF.iOS.Common DisposeOfNil
+ Added TDPFButton: basic runtime support on Windows
+ Added TDPFImageView: basic runtime support on Windows
+ Added TDPFSlider.Orientation property
+ Added TDPFSlider.IsTracking function
+ Added TDPFSlider.DoTouchDown/DoTouchUp protected function
+ Added TDPFSlider basic runtime support on Windows
+ Added TDPFToolbarItem ModalResult property
+ Added TDPFToolbar basic runtime support on Windows
+ Added TDPFUIActionSheet.Execute method. This shows the action sheet as modal dialog.
- Fixed TDPFToolbarItem BarItems are lost when reopening form or when running application
- Fixed TDPFToolbarItem leaks FBitmap and Font at design time or when running in windows
- Fixed TDPFToolbarItem click event: needs exception handling before returning control to the Cocoa framework
- Fixed assigning TDPFSlider.ThumbImage at runtime
- Fixed TDPFSlider.ThumbImage Highlighted state
- Removed TDPFSlider automatic height because the Slider Thumb looks cropped in iOS 7 or when using custom thumbs
- DPF.iOS.Common: NSStrToStr should check for nil (Delphi does that, so a function with the same name should do that, too)
- Fixed TDPFUIView Resize method in Delphi XE7
- Fixed TDPFUIViewController Resize method in Delphi XE7
- TDPFCheckBox: fixed bitmap memory leaks
- TDPFTabBarController: fixed unexpected changes to page indexes
- TDPFTabBarController: fixed ActivePageIndex
- TDPFTabBarController: selecting Pages now works at designtime and when running on Windows
- Modified DPF.iOS.Dispatch: prevented linking against the iOS 8 framework
* Improved component positioning (for example when rotating)
* TDPFFont: Added "Assign" method
http://sourceforge.net/projects/dpfdelphiios/