You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PTEventView supports both 12 hour and 24 hour format as data model. The input can be received from the API or Database(Core Data, Realm, SQLite) in the form of Array of Event Object.<br>
39
+
PTEventView supports both 12 hour and 24 hour format as data model. The input can be received from the API or Database(Core Data, Realm, SQLite) in the form of Array of `Event Object`.<br>
40
40
The Event Object should have:
41
41
- Start Time (12 hour or 24 hour)
42
42
- End Time (12 hour or 24 hour)
@@ -67,9 +67,21 @@ for event in dataModel12hour{
67
67
68
68
69
69
# StoryBoard
70
-
Supports IBDesignable to alter Border Width, Corner Radius and Border Color
70
+
Supports IBDesignable to alter `Border Width`, `Corner Radius` and `Border Color`
0 commit comments