billchanums

Results 2 comments of billchanums

I believe I find the reason. before and after this line: self.contentSize = self.frame.size; (lldb) po self.contentSize.height $0 = 460 [no Objective-C description available](lldb) po self.contentSize.height $1 = 416 [no...

My fix just work for the case that all textFields can be shown in the frame's bounds. I think a new var called _originalContentSize is need....