enricmacias / ExpandableTableViewController

Swift library to easily show, hide and customize table view cells as an expandable list of items.
MIT License
38 stars 10 forks source link

Change heritage from UITableViewController to UIViewController?? #8

Open AhmedAmineZribi opened 7 years ago

AhmedAmineZribi commented 7 years ago

Can you change lib heritage with UIViewController not with UITableViewController?? it will be more better to use it ?? that's block me when i use UIView Controller

enricmacias commented 7 years ago

Will study that. Don't remember well why I'm using directly a UITableViewController now. But there is no reason why I couldn't change that for a UIViewController. Indeed will give more opportunities to use it in different cases.

AhmedAmineZribi commented 7 years ago

We must also think that we must not link the tableview with your class otherwise we will use the framework we will find a blocking since we can not link the table with the framework. You have to find a solution so that the array is in the user's viewcontroller not in the lib

AAlboghdady commented 3 years ago

Any solution found?