Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

<code>UIButton</code> in custom <code>UITableViewCell</code> with constraints

All I want (actually not) is to stick UIButton to the right (margin) edge of the prototype custom UITableViewCell in UITableView in UITableViewController. I define 2 constraints: Trailing Space to: Superview (Content View) and Top Space to: Superview. Have to say that this works just fine in UIViewController. But when I run it on, for example, iPhone5 simulator my UIButton is out of the visible area. I can find it on high resolution device simulator, but shouldn't it be visible on all of them? I've overwatched AutoLayout tutorials (inc. Stanford Course and HSE Swift Course) and all the Google, but stuck tight :( It would be great if you could open my eyes on this UITableViewCell AutoLayout specificity. Thank you very much!

UPD: I'm walking through one of the tuts now and UITableViewCell behavior is not similar to as in the tutorial(!) It seems like cells are no longer fit in UITableView. I know it looks like very novice question (as I actually am), but can it be issue in Xcode7 or newly updated iOS9 or something?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
171 views
Welcome To Ask or Share your Answers For Others

1 Answer

Have you applied constraint on your table view i.e leading trailing top & bottom.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...