uitableview - iOS animate UIPickerView inside static UITableViewCell -


i have static uitableviewcell uipickerviews inside cells. trying animate cell shown when cell above clicked. used [self.tableview beginupdates] , [self.tableview endupdates] animate cell slides down nicely place. uipickerview however, appears on screen before animation cell finishes loading , looks ugly. how can animate slides along uitableviewcell?

i don't understand why not cut off expanding cell, since inside cell shouldn't grow along cell , not appear @ once?

thanks in advance help!

nevermind figured out. had have cell.autoresizingmask= uiviewautoresizingflexibleheight; , cell.clipstobounds = yes; enabled cell. can't believe took 3 hours solve this.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -