Hacker News
- Create a mac menu bar app in SwiftUI with MenuBarExtra https://sarunw.com/posts/swiftui-menu-bar-app/ 3 comments swift
- UIPasteBoard's privacy change in iOS 16 https://sarunw.com/posts/uipasteboard-privacy-change-ios16/ 7 comments swift
- Im surprised this isn’t posted yet lol! You can now put textfields in alerts using SwiftUI in iOS 16! https://sarunw.com/posts/swiftui-alert-textfield/ 4 comments swift
- Little big improvements in Xcode 14 https://sarunw.com/posts/little-big-improvements-xcode14/ 16 comments swift
- Swift typealias: What is it and when to use it https://sarunw.com/posts/swift-typealias/ 2 comments swift
- How to present an alert in SwiftUI in iOS 15 https://sarunw.com/posts/how-to-present-alert-in-swiftui-ios15/ 3 comments swift
- How to present a Bottom Sheet in iOS 15 with UISheetPresentationController https://sarunw.com/posts/bottom-sheet-in-ios-15-with-uisheetpresentationcontroller/ 4 comments swift
- How to make a custom button style with UIButton.Configuration in iOS 15 https://sarunw.com/posts/how-to-mark-custom-button-style-with-uibuttonconfiguration/ 2 comments swift
- How to set custom CodingKey for the convertFromSnakeCase decoding strategy https://sarunw.com/posts/how-to-set-custom-codingkey-for-convertfromsnakecase-decoding-strategy/ 2 comments swift
- New Formatters in iOS 15: Why do we need another formatter https://sarunw.com/posts/new-formatters-in-ios15/ 7 comments swift
- A new way to style UIButton with UIButton.Configuration in iOS 15 https://sarunw.com/posts/new-way-to-style-uibutton-in-ios15/ 2 comments swift
- iOS 15: Pull to refresh in SwiftUI with refreshable https://sarunw.com/posts/pull-to-refresh-in-swiftui/ 20 comments swift
- How to set up iOS environments: develop, staging, and production https://sarunw.com/posts/how-to-set-up-ios-environments/ 10 comments swift
- Sort array of objects by multiple properties with Swift Tuple https://sarunw.com/posts/sort-array-of-objects-by-multiple-properties-with-swift-tuple/ 4 comments swift
- How to delete UserDefaults data on macOS and Catalyst https://sarunw.com/posts/how-to-delete-userdefaults-data-on-macos-catalyst/ 3 comments swift
- How to use DateFormatter in Swift https://sarunw.com/posts/how-to-use-dateformatter/ 3 comments swift
- What is @escaping in Swift closures tutorial https://sarunw.com/posts/what-is-escaping-in-swift-closures/ 5 comments swift
- 3 lesser-known ways of using Swift enums https://sarunw.com/posts/lesser-known-ways-of-using-swift-enums/ 15 comments swift
- Xcode 12 finally supports SVG image assets, and it is backward compatibility. https://sarunw.com/posts/svg-image-assets-supported-in-xcode12/ 26 comments swift
- You can now set titleView in SwiftUI https://sarunw.com/posts/custom-navigation-bar-title-view-in-swiftui/ 19 comments swift
- Sleep sort: A sorting algorithm without compare https://sarunw.com/posts/sleep-sort-sorting-algorithm-without-compare/ 8 comments swift
- How to set cornerRadius for only some corners tutorial https://sarunw.com/posts/how-to-set-corner-radius-for-some-corners/ 6 comments swift
- How to split a string into an array of substrings in Swift https://sarunw.com/posts/how-to-split-string-into-array-of-substrings-in-swift/ 7 comments swift
- How to display HTML in UILabel and UITextView https://sarunw.com/posts/how-to-display-html-in-uilabel-and-uitextview/ 11 comments swift
- Class-only Protocols: class or AnyObject https://sarunw.com/tips/class-only-protocols-class-or-anyobject/ 7 comments swift
- How to create Neumorphic design in SwiftUI https://sarunw.com/posts/how-to-create-neomorphism-design-in-swiftui/ 9 comments swift
- Gradient in SwiftUI https://sarunw.com/posts/gradient-in-swiftui/ 3 comments swift
- Learn about @discardableResult https://sarunw.com/tips/what-is-discardableresult/ 4 comments swift
- Swift Documentation - Learn how to write documentation for your Swift code https://sarunw.com/posts/swift-documentation/ 4 comments swift
- // MARK: - What is it? https://sarunw.com/tips/mark-what-is-it/ 9 comments swift
- Data in SwiftUI, Part 3: Learn when and how to use @State, @Binding, ObservableObject, @ObservedObject, @EnvironmentObject, and @Environment. https://sarunw.com/posts/data-in-swiftui-3/ 3 comments swift
- UIRefreshControl with iOS 13 new card style modal https://sarunw.com/tips/uirefreshcontrol-with-new-card-style-modal/ 10 comments swift
- UINavigationBar changes in iOS13 https://sarunw.com/posts/uinavigationbar-changes-in-ios13 3 comments swift
- Custom UIHostingController - Using SwiftUI in Storyboard https://sarunw.com/posts/custom-uihostingcontroller 4 comments swift
- SwiftUI changes in Xcode 11 Beta 5 https://sarunw.com/posts/swiftui-changes-in-xcode-11-beta-5 17 comments swift
- Better dependency injection for Storyboards in iOS13 https://sarunw.com/posts/better-dependency-injection-for-storyboards-in-ios13 5 comments swift
- SwiftUI NavigationView now support UISplitViewController layout in Xcode beta 3 https://sarunw.com/posts/uisplitviewcontroller-in-swiftui 7 comments swift
- Are you struggle finding new SF Symbols name? https://sarunw.com/posts/browse-sf-symbols.html 13 comments swift
- MVC (Missing View Controller) - Where is UIViewController in SwiftUI? https://sarunw.com/posts/where-is-uiviewcontroller-in-swiftui.html 4 comments swift