Nurul Islamnuibb.hashnode.dev·Nov 24, 2024Launch Screen in SwiftUICreating an engaging launch screen is essential for providing users with a seamless experience as they open your app. In SwiftUI applications, you can configure the launch screen using two primary methods: 1. Configuring via Info.plist 2. Utilizing a...79 readsLaunch-screen
Nabeelmarketingbynabeelkkc.hashnode.dev·Aug 13, 2024Crafting Compelling Blog Posts: Key Elements for Effective StorytellingWelcome to the world of blogging, where your words have the power to captivate, inform, and inspire! If you've ever wondered how to make your blog posts stand out in a sea of content, you’re in the right place. Today, we're diving into the essential ...Blogging
ROHIT KUMARrohit-13.hashnode.dev·Apr 29, 2024iOS app Internationalization(i18n) using Swift — Part1While building an app, who doesn’t want to scale their app across the globe and make their app to be available in various local languages. But how one can achieve it, the answer is Internationalization. Are you developing an iOS application, but you ...Swift
Irem Karaogluiremkaraoglu.com·Jul 13, 2022Storyboard vs. programmatically for iOS app UI designWith the UIKit framework, there are two options available for creating the UI for iOS apps: Storyboard and programmatically. Both methods offer several advantages. When I first started learning to create user interfaces for iOS, I wasn’t sure how to ...65 readsSwift
Nazwa Rizkarizka117.hashnode.dev·Jun 20, 2022Cara Membuat Storyboard Yang BenarStoryboard selalu digunakan untuk membuat naskah cerita menjadi lebih hidup. Dan cerita tersebut dapat di sajikan kepada penonton dengan membawakan pesan dari si pembuat film tersebut. Berikut ini adalah langkah untuk membuat Storyboard yang benar. ...28 readsvideo
Rui Aurelianoruiaureliano.hashnode.dev·Nov 7, 2019⚠️ Fixed leading and trailing constraints may cause clippingWhen using storyboard and auto-layout we see sometimes this warning So what does this means? after some digging this seems to happen when using components with text, and seems to be related to localization. So I made this simple sample, just a UIVie...259 readsXcode