storyboard tag

20 questions


1 answers
52 views
0
How to make the action of the UIBarButtonItem argumentless

Usually, when DragAndDrop is performed from the Storyboard, the argument (sender:Any) is created.I want to erase this and make it func without arguments.

1 years ago

1 answers
66 views
0
I want to fix only a part of the screen sideways with the ios app.

We are developing an ios application, and it consists of three pages: TOP, MAIN, and DETAIL. We would like to fix the TOP and MAIN pages vertically and only the DETAIL pages horizontally.Is that possi...

1 years ago

1 answers
84 views
0
Want to use SVSegmentedControl on Storyboard

Regarding SVSegmentedControl customized with UIControl, I would like to use it after adjusting the size on Storyborad, but I can't find a way.Below is the SVSegmentedControl link.https://github.com/sa...


2 answers
82 views
0
I want to configure AttributeString on the storyboard.

I want to set AttributeString on the storyboard.letattributedText=NSMutableAttributedString(string: Hello, I am, attributes: [NSAttributedStringKey.font:UIFont.systemFont(ofSize:17)])and the source im...

1 years ago

1 answers
79 views
0
About icons that can be used for UIBarButtonItem

Developed with xcode 6.2.I am using storyboard, but if there is a way to use swift, please let me know.To UIBarButtonItemhttps://developer.apple.com/library/ios/documentation/UserExperience/Conceptual...

1 years ago

1 answers
66 views
0
After detecting the UIImageView tap with Swift, I want to transition to the detail screen.

I set up two UI ImageViews on the storyboard, each with the same image.I set the tag to 1 and 2 respectively.@IBOutlet weak variv2:UIImageView!@IBOutlet weak variv:UIImageView!override func viewDidLoa...

1 years ago

1 answers
56 views
0
About customizing and resizing UITabBarController icons

I would like to display a custom icon on the tab in the UITabBarController.I think the way to customize the icon on this tab is to display the image cut out like a line drawing based on the Apple UITa...

1 years ago

2 answers
83 views
0
I want to associate another storyboard NavigationController with ViewController

How do I associate NavigationController and ViewController with RelationshipShipSegue, root view controller on a Storyboard, if NavigationController and ViewController are on different Storyboards?

1 years ago

1 answers
53 views
0
How to Keep IBInspectable Strings in an Array in a Custom Class Inherited from UIView

For custom classes inherited from UIView, you can create IBInspectable properties in the following ways:@property(strong, nonatomic) IBInspectable NSSstring*customTitle;However, with this method, it i...


2 answers
94 views
0
Is there a way to inherit the view controller that you created with the storyboard?

If you don't use the storyboard, it's a lot of inconvenience.Segway is also intertwined, and it's not a good way, but it's inconvenient if you don't use a storyboard because you put a table view in a ...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.