xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 953 forks source link

Help Needed: How can I get the cell like Native iPhone Calendar's Add Event #1064

Open FahadSaleem907 opened 4 years ago

FahadSaleem907 commented 4 years ago

Is there a way to get the cells for:

  1. Calendar
  2. Invitees
  3. Add Attachments
Screenshot 2019-11-30 at 6 43 31 PM Screenshot 2019-11-30 at 6 43 20 PM

for my NativeIOSEvent file ? As you know the above 3 cell's are not available currently for the Native iOS Event. I have downloaded images for the dots before work and home in Calendar cell but i have no clue how to use them. I have not worked on Objc so I have no clue how to achieve those. Would be great if someone can guide me a little or can tell how to get them/make them. Thanks

mats-claassen commented 4 years ago

If you are using Swift, why don't you use Eureka?

Otherwise, I think you will have to create a custom row

FahadSaleem907 commented 4 years ago

If you are using Swift, why don't you use Eureka?

Otherwise, I think you will have to create a custom row

Isnt objc code better and more lasting then swifts ? I tried creating a custom row .... but failed bad. I dont know objc c

mats-claassen commented 4 years ago

Isnt objc code better and more lasting then swifts ?

Why do you think that? Eureka has more features than XLForm, and possibly more examples for custom rows.