autolayout tag

9 questions


1 answers
74 views
0
About matching the size of the View created in xib

Hello I'm in trouble because I can't find it even if I look into it.I would like to ask you two questions about creating a view of xib.(Execution Xcode 8.2.1/Swift 3.0.2)class CustomView:UIView { requ...


1 answers
64 views
0
I want to apply the frame of UILabel to iphone6 and iphone6plus by code.

I made parts other than UILabel on the storyboard and applied AutoLayout on the storyboard, but I have no choice but to generate UILabel with code, so when it comes to iphone6 and iphone6 plus, it is ...

1 years ago

1 answers
67 views
0
Is it within MainThread that AutoLayout calculates the size of the UILabel?

Does AutoLayout use MainThread when calculating the size of the UILabel?In that case, I suspect that many rewrites will lock MainThread.Also, is there a way to avoid using AutoLayout?


1 answers
76 views
0
Xcode6Swift AutoLayout for dynamic items

Xcode 6.4, Language: Swift is developing.On the Storyboard, we create a vertical scroll page with UILabel and UIImage on top of ScrollView.There are several UILabels that dynamically change the text o...


1 answers
63 views
0
Constraints variable views such as TableView

In order to accommodate AutoLayout, the height of the View changes depending on the content, such as TableView, I want to restrict it, but I don't know how to restrict it.Currently, it is at least 220...

1 years ago

1 answers
101 views
0
Constraints variable views such as TableView

In order to accommodate AutoLayout, the height of the View changes depending on the content, such as TableView, I want to restrict it, but I don't know how to restrict it.Currently, it is at least 220...

1 years ago

2 answers
133 views
0
Change the Size of TableView Cells

I would like to change the size of the cell in TableView depending on the content, but I don't know what to do.For example, suppose you have a TableView cell:I would like to change the cell height acc...


1 answers
88 views
0
Want to know Autolayout best practices

I am a student studying the creation of iOS apps at Objective-C.It may not be a good question because you are immature and misleading, but I would appreciate it if you could answer it.When creating an...


2 answers
99 views
0
Is there a way to position it divided into auto-layout ratios (ex. positioned 1/3 of the device)

When using Auto Layout, is there a way to make sure that the subview is located one-third of the device?

1 years ago

© 2024 OneMinuteCode. All rights reserved.