layout tag

76 questions


1 answers
89 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
129 views
0
Securing the android TabLayout Indicator to the Center

How do I fix the indicator of TabLayout to the center of the screen like Google's news app?By default, the indicator moves to match the tab, but I want the indicator to be fixed in the middle so that ...

2 years ago

1 answers
77 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 ...

2 years ago

1 answers
81 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
102 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
96 views
0
Android App Error Handling

The error was resolved a little, so I corrected it.Therefore, ListView cannot be resolved or is not a fieldI would like to resolve .What should I do?Details below.I have a question about handling erro...


1 answers
79 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...

2 years ago

1 answers
124 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...

2 years ago

2 answers
142 views
0
Zxing vertical screen support

We are creating an application that reads bar codes using zxing.I have a question, but when the camera is started, the screen is horizontal from the vertical.Is there a way to start on a vertical scre...


2 answers
87 views
0
Error when setting EditText to onClick in activity_main on Android

An error occurs when you set EditText to onClick in activity_main on Android.The code is as follows, and if you erase the onClick code, you will not get an error.Please let me know if you know more.&l...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.