iOS Code Snippet PFDateTimePicker Scroll View iOS Library

As Apple Store is not accepting Calendar Type DateTime Picker, So my first step towards ScrollView DateTime picker for iOS.
PFDateTimePicker

Author: Asad
Version:
0.01
B4i.DependsOn=iXUI, iDateUtils, iCustomDialog
  • PFDateTimePicker
    • Events:
      • SelectedDateChanged (Date As Long)
    • Functions:
      • Class_Globals As String
      • DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
        Base type must be Object
      • Initialize (Callback As Object, EventName As String) As String
      • Invalidate As String
      • IsInitialized As Boolean
      • SetDate (Tick As Long) As String
      • SetDateNow( ) As String
    • Properties:
      • DateTimeTicks As Long (Read Only)
      • BackgroundColor As Int
      • MaxYear As Int
      • MinYear As Int
      • Mode As String
 

Attachments

  • PFDateTimePicker.b4xlib
    263.8 KB · Views: 114
  • PFDatePickerExample.zip
    169.3 KB · Views: 109
Top