You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2023. It is now read-only.
Eonist edited this page Mar 23, 2017
·
2 revisions
Ideas for Swift-utils for iOS
walk up the hierarchy with the bellow code: could be more succinct than the code in Element macOS
varv:UIView?= textField
repeat{v = v?.superview}while !(v is UITableViewCell || v ==nil)iflet c = v as?UITableViewCell{
// ... if we get here, c is the cell
}