storyboard tag

20 questions


1 answers
348 views
0
I want it to be displayed so that the Button title on the storyboard is aligned to the right.

This is my first time to ask a question after I just started programming, so please forgive me if there is anything that doesn't work out.Using the Xcode storyboard, I'm trying to create an arrangemen...

1 years ago

2 answers
52 views
0
@ About managing IBOutlet and actions when multiple buttons are tied to View

I have a question about how to manage UIButton's actions.I may not be able to ask you something, but I would appreciate it if someone could reply.@IBOutlet weak var button_0:UIButton!@IBOutlet weak va...

1 years ago

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
72 views
0
The font weight (Style) specified in the Storyboard is not reflected (iOS8 only)

Even if you specify UILabel or UIButton fonts on the Storyboard, only iOS8 will lose weight.It is configured correctly on iOS 9.Font settings on the Storyboard·Font-Custom·Family-Hiragino Sans·Style -...

1 years ago

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


2 answers
91 views
0
About the animation that moves the image view little by little while pressing the button.

[UIView animationWithDuration:0] delay:0 options:UIViewAnimationOptionCurveEaseIn animations:^{   self.view.transform=CGAffineTransformMakeTranslation(0,0);}completion:^ {}];I understand tha...


1 answers
84 views
0
About implementing Drawer on iOS

I'm trying to incorporate Drawer into the app I'm creating on iOS.I was trying to make it with the sample code below.https://github.com/mutualmobile/MMDrawerControllerCurrently, other prototype parts ...

1 years ago

1 answers
119 views
0
About implementing Drawer on iOS

I'm trying to incorporate Drawer into the app I'm creating on iOS.I was trying to make it with the sample code below.https://github.com/mutualmobile/MMDrawerControllerCurrently, other prototype parts ...

1 years ago

1 answers
71 views
0
shared development in swift

I'm thinking of sharing the development work at Swift.A: Screen 1-3 (created on storyboard) B: Screen 4-6 (created on storyboard) C: Screen 7-9 (created on storyboard) As shown in , we consider the st...

1 years ago

1 answers
130 views
0
Create a login form in the iOS app

I would like to create a login form with the iOS app.The image I want to create is the screen below.I am trying to create this email address and password entry in Contents: Static cells in TableView.(...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.