Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
122 stars 22 forks source link

Swift Sample Project #174

Closed IfyNdu closed 7 years ago

IfyNdu commented 7 years ago

Basically i cant seem to incorporate the CollectionTableView into my current swift project. In IB i set my collection view to RZCollectionTableview, made an outlet to its view controller and set delegate to self. Lastly i returned true for editingEnabledForRowAt indexPath but still no swipe functionality.

A swift sample project would lead me towards the right direction or a list of mandatory requirements for enabling swipe functionality

IfyNdu commented 7 years ago

After much digging, i eventually solved my problem. The delegates were not called because i did not set the Collection View's layout to RZCollectionTableViewLayout in Interface builder.

Who would have thought!! 🤔

Great project! now i can completely disregard UITableviews 😸