jungwonejungwone.hashnode.dev·Nov 29, 2023I've been studying Swift since last weekI worked as a frontend engineer for about two years until February this year. Although it wasn't a very long time, I felt the need to take some time for myself. After I quit my job, I decided to go on missionary work(? I'm not sure if it's correct se...DiscussSwift
Yusuf Gündüzyusufg.com·Oct 9, 2023Swift: Önemli String MethodlarıMerhaba, Bu yazımda swift dilinde önemli yer edinmiş bazı string methodlarından bahsedeceğim. Gerek kendim için tekrar niteliğinde gerekse basit anlatımla konuyu kavramak istemek isteyen arkadaşlar için yardımcı olacağını düşünüyorum. Öyleyse başlaya...Discuss·11 likesstring
Pavel Shadrinpavelshadrin.hashnode.dev·Oct 1, 2023Fading View Content in UIKitFading content, especially when it's inside a scroll view, is a useful trick when you want to avoid a separator. Instead, sometimes it's much nicer to make the content gradually disappear as it is nearing an edge of another view – such as navigation ...Aleksey Kirdyaev and 1 other are discussing this2 people are discussing thisDiscuss·27 likes·36 readsUIkit
Eshan Singheshan.hashnode.dev·Aug 27, 2023My Journey in Enhancing VLC-tvOSThrough Google’s Summer of Code Program, I was allowed to work on VLC under the mentorship of Diogo Simao Marques and Felix Paul Kühne Though I had contributed to the VLC-iOS project before, working on the GSoC project was full of ups and downs. My P...Discuss·1 like·104 readsGoogle summer of code
Vladimir NybozhinskyforQuickBlox Engineeringquickblox.hashnode.dev·Aug 25, 2023How to Customize String Theme and Localization in QuickBlox iOS UI KitThe QuickBlox iOS Chat UI Kit is an exceptional tool for iOS developers looking to create convenient and intuitive chat functionality. The Kit offers a set of iOS chat customizations that make it easy to integrate chat functionality into your app and...Discuss·1 likeiOS
Hussein Tijanidtechbroindoor.hashnode.dev·Aug 15, 2023Views: The Foundation of iOS App InterfacesViews are the foundational building blocks that breathe life into every aspect of an iOS mobile app. These versatile components serve a dual purpose: they handle crucial functionalities like animation and user interactions, while also acting as the c...Discuss·1 likeUIkit
Tobytoby.hashnode.dev·Jul 10, 2023iOS Life CycleAppDelegate 에도 applicationDidBecomeActive 가 있고 SceneDelegate 에도 sceneDidBecomeActive가 있다. 하지만 AppDelegate의 applicationDidBecomeActive는 작동하지 않는다. ?? 아비규환이다. 내 머리속 혼돈이 지나가고 있다. 정리할 필요가 있다. 정리해보자 Life Cycle 우선 3가지 분류와 분류 속 5가지 상태가 있음을 알아야한다. 3가지 분류 Fo...DiscussiOSlifecycle
Xavierxavier7t.com·Jul 1, 2023Objective-C & SwiftUI IntegrationIntroduction In the world of iOS app development, SwiftUI has gained significant popularity due to its modern, declarative approach to building user interfaces. However, there are times when you may need to leverage existing Objective-C view controll...Discuss·238 readsiOS
Xavierxavier7t.com·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...Discuss·122 readsiOS
Emirhan KARAHANblog.emirhankarahan.com·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·143 readsSwift