How do I implement the below view in iOS (Objective-C or Swift)? -
basically i'm trying implement feature attached image. i'm trying create generic component. view can have list of items , minimum shown 2 , there should button 3 more options , click on should expand view , auto adjust container using auto layout. can 1 me giving brief idea how implement this? full.
image , component i'm trying implement below:
you use uitableview
2 uicustomcell
1 default view image , expand view, use nsmutablearray
save flag value decide use first cell or second cell, , in uibutton action reset array , reload uitableview.
i hope you.
Comments
Post a Comment