Irem KaraogluforIrem Karaoglu's Blogiremkaraoglu.hashnode.net·Jul 13, 2022How to add SwiftUI to a UIKit projectThe UIKit framework was introduced by Apple in 2008 along with iPhone OS2. More than 10 years later, in 2019, Apple introduced SwiftUI with the intent of saving developers time. The SwiftUI framework supports declarative programming, meaning it requi...Discuss·6 likes·200 readsSwift
jakir hossainforjakir hossain's bloguionline.hashnode.net·Oct 3, 2022How to become a freelance UI UX designerIntroduction You've been thinking about becoming a freelance UI UX designer, but you're not sure how to get started. Don't worry, you're not alone. Freelancing can be a great way to get started in the design industry, but it can also be a bit dauntin...Discuss·5 likes·49 readsuionlineHonestly, reading your post made me realize a lot of things in my life and how I can improve my UI/UX. Looking forward to your future posts. 3
Pavel StepanovforCats can also codepavelstepanov.hashnode.net·Jul 7, 2022Make dynamic dashed border in Swift: avoid lumping and watch original cat memesLet's imagine you need to add a dashed border to a view. Normally, you would write code like that. First iteration private func addUglyDashedBorder() { borderLayer = CAShapeLayer() let viewRect = CGRect(x: 0, y: 0, width: frame.size.width, he...Alma Hodzic and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·279 readsSwift
XavierforiOS DevXxavier7t.hashnode.net·Apr 20, 2023Integrating UIKit into SwiftUIThere may be times when you need to use some of the traditional UIKit controls in your SwiftUI app. Fortunately, SwiftUI allows you to integrate UIKit components into your app seamlessly. In this blog post, we'll explore how to integrate UIKit into S...DiscussiOS
Emirhan KARAHANforEmirhan's Blogemirhankarahan.hashnode.net·Apr 16, 2023UIImageView Content ModesUIImageView is a common component in iOS development for displaying images. One important aspect of UIImageView is the contentMode property, which determines how the image should be scaled and positioned within the bounds of the UIImageView. There ar...Discuss·26 readsSwift
The Cool Coding DadforThe Cool Coding Dadcoolcodingdad.hashnode.net·Feb 27, 2023What is up with these Swift objects?Welcome to my first post on Hashnode, and thank you for stopping by. I'm currently studying for interviews and thought, why not blog about this experience? It will not only help me retain the information better, but it can help others too. In this th...Discuss·126 readsios app development
Swift Anytimeforswiftanytime.hashnode.net·Feb 13, 2023UIView Fundamentals Masterclassn this article, you will learn about the basics of UIView. In addition, you will learn the purpose of UIView and initialization and implementation of UIView along with some practical examples. Also, how view create an hierarchy tree to render it on s...Discussios app development
George NhariforCode with C4c4.hashnode.net·Feb 1, 2023SwiftUI vs UIKitAs an iOS developer, you may have already heard about SwiftUI, Apple's latest framework for building user interfaces for its ecosystem. On the other hand, UIKit has been the go-to framework for iOS development for years. So, what's the difference bet...Discuss·27 readsSwiftUI
Vitaly BatrakovforVitaly Batrakovvitalybatrakov.hashnode.net·Jan 19, 2023How to create Bottom Sheet with UIKitBottomSheet has been present in iOS applications for a while, with Apple first implementing it in the Maps app in iOS 10. However, it was not available for developers to use as a standard component, so if they wanted to include it in their apps, they...Discuss·155 readsiOS
Samarpan DasguptaforSamarpan Dasgupta Blogsamarpandasgupta.hashnode.net·Jan 3, 2023Video Calling in FlutterIntroduction: Don't have time to introduce video calling in your app from scratch? Don't worry. This blog is made for you. Learn to integrate video calling with a few lines of code within 30 minutes. Not believing it? No problem. Just go through the ...Discuss·1 like·84 readsvideocall
Lars RichterforLars Richter's Bloglarsrichter.hashnode.net·Dec 28, 2022How I debug broken layout constraints in AutoLayoutWhile navigating our app at work, I try to keep an eye on the debug output and find warnings about broken layout constraints. This happens from time to time because we code all of our views and use AutoLayout to create the layouts. So nothing keeps u...Discuss·57 readsautolayout
Cédric BahirweforCedric's Blogcedricbahirwe.hashnode.net·Nov 4, 2022Building Music Recognition with ShazamKit and AVFoundationShazamKit is a recent Apple Framework announced during WWDC 2021, that brings audio matching capabilities within your app. You can make any prerecorded audio recognizable by building your own custom catalogue using audio from podcasts, videos, and mo...Discuss·53 readsshazamkit
jakir hossainforjakir hossain's bloguionline.hashnode.net·Oct 3, 2022How to become a freelance UI UX designerIntroduction You've been thinking about becoming a freelance UI UX designer, but you're not sure how to get started. Don't worry, you're not alone. Freelancing can be a great way to get started in the design industry, but it can also be a bit dauntin...Discuss·5 likes·49 readsuionlineHonestly, reading your post made me realize a lot of things in my life and how I can improve my UI/UX. Looking forward to your future posts. 3