I’m trying to extend my UITableView or UIView ‘s height by clicking a button to show more details in it as same as the option in the App Store when you want to see more updates of the app. Is it any tutorial for that ?
I’m trying to extend my UITableView or UIView ‘s height by clicking a button
Share
ok I’m gonna answer my own question. probably there is a easier way for this but if someone has the same question u can use this :
1. Add a
UIButtonon the view2. In the .h file make a
NSInteger iand in theviewDidLoadgivei=0.3. When user click the invisible button on the
UIView:4.Set
chageView: