Top "Xcode-storyboard" questions

A storyboard is a visual representation of the user interface of an iOS, tvOS, watchOS or macOS application, showing screens of content and the connections between those screens.

Use Storyboard References While Retaining Icons & Text for Tab Bar Controller

I started refactoring one of my projects to make the code easier to manage and the Tab Bar Controller lost …

ios swift xcode-storyboard storyboard-reference
Drag/pan gestures on a GMSMapView not getting captured after update to SDK 1.3.1

I'm having a strange problem with capturing drag/pan gestures on a GMSMapView through a Gesture Recognizer. This problem surfaced …

ios cocoa google-maps-sdk-ios xcode-storyboard
How to set different font sizes for different devices using Xcode Storyboard?

I want to set different font sizes for iPhone 5, iPhone 6 Plus, iPhone 7 Plus and iPhone X using Xcode Storyboard. Can …

ios fonts font-size xcode-storyboard