home.social

#iosdevtips — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #iosdevtips, aggregated by home.social.

fetched live
  1. Sorting an array of items in Swift? KeyPathComparator, introduced in iOS 15, keeps your code simple and readable when sorting by properties on those items.

    #iOSDevTips

  2. Sorting an array of items in Swift? KeyPathComparator, introduced in iOS 15, keeps your code simple and readable when sorting by properties on those items.

    #iOSDevTips

  3. Sorting an array of items in Swift? KeyPathComparator, introduced in iOS 15, keeps your code simple and readable when sorting by properties on those items.

    #iOSDevTips

  4. Sorting an array of items in Swift? KeyPathComparator, introduced in iOS 15, keeps your code simple and readable when sorting by properties on those items.

    #iOSDevTips

  5. Sorting an array of items in Swift? KeyPathComparator, introduced in iOS 15, keeps your code simple and readable when sorting by properties on those items.

    #iOSDevTips

  6. 🤔 Ever wonder how to create a variable blur effect without dipping into undocumented APIs? So have we!

    Anyway. Hope you’re having a nice week so far. #iOSDevTips

  7. 🤔 Ever wonder how to create a variable blur effect without dipping into undocumented APIs? So have we!

    Anyway. Hope you’re having a nice week so far. #iOSDevTips

  8. 🤔 Ever wonder how to create a variable blur effect without dipping into undocumented APIs? So have we!

    Anyway. Hope you’re having a nice week so far. #iOSDevTips

  9. 🤔 Ever wonder how to create a variable blur effect without dipping into undocumented APIs? So have we!

    Anyway. Hope you’re having a nice week so far. #iOSDevTips

  10. 🤔 Ever wonder how to create a variable blur effect without dipping into undocumented APIs? So have we!

    Anyway. Hope you’re having a nice week so far. #iOSDevTips

  11. In SwiftUI, Picker is fundamental when you have options to choose from:

    🚥 2 to 3? Use a segmented control.

    📋 4 to 6? Try a menu.

    👇 More than that? Stick with the classic list using this tip from @jordanmorgan. #iOSDevTips

    mastodon.social/@jordanmorgan/

  12. In SwiftUI, Picker is fundamental when you have options to choose from:

    🚥 2 to 3? Use a segmented control.

    📋 4 to 6? Try a menu.

    👇 More than that? Stick with the classic list using this tip from @jordanmorgan. #iOSDevTips

    mastodon.social/@jordanmorgan/

  13. In SwiftUI, Picker is fundamental when you have options to choose from:

    🚥 2 to 3? Use a segmented control.

    📋 4 to 6? Try a menu.

    👇 More than that? Stick with the classic list using this tip from @jordanmorgan. #iOSDevTips

    mastodon.social/@jordanmorgan/

  14. In SwiftUI, Picker is fundamental when you have options to choose from:

    🚥 2 to 3? Use a segmented control.

    📋 4 to 6? Try a menu.

    👇 More than that? Stick with the classic list using this tip from @jordanmorgan. #iOSDevTips

    mastodon.social/@jordanmorgan/

  15. In SwiftUI, Picker is fundamental when you have options to choose from:

    🚥 2 to 3? Use a segmented control.

    📋 4 to 6? Try a menu.

    👇 More than that? Stick with the classic list using this tip from @jordanmorgan. #iOSDevTips

    mastodon.social/@jordanmorgan/

  16. 🔴 Ever since we learned this, we’ve been adding SF Symbols to all of our custom notification actions. So many apps are still missing them! #iOSDevTips

    twitter.com/natpanferova/statu

  17. 🔴 Ever since we learned this, we’ve been adding SF Symbols to all of our custom notification actions. So many apps are still missing them! #iOSDevTips

    twitter.com/natpanferova/statu

  18. 🔴 Ever since we learned this, we’ve been adding SF Symbols to all of our custom notification actions. So many apps are still missing them! #iOSDevTips

    twitter.com/natpanferova/statu

  19. 🔴 Ever since we learned this, we’ve been adding SF Symbols to all of our custom notification actions. So many apps are still missing them! #iOSDevTips

    twitter.com/natpanferova/statu

  20. 🔴 Ever since we learned this, we’ve been adding SF Symbols to all of our custom notification actions. So many apps are still missing them! #iOSDevTips

    twitter.com/natpanferova/statu

  21. 🤯👠 Our SwiftUI engineers are head over heels for this change. No more need for arbitrary Groups to work around the limit! #iOSDevTips

    mastodon.social/@twostraws/110

  22. 🤯👠 Our SwiftUI engineers are head over heels for this change. No more need for arbitrary Groups to work around the limit! #iOSDevTips

    mastodon.social/@twostraws/110

  23. 🤯👠 Our SwiftUI engineers are head over heels for this change. No more need for arbitrary Groups to work around the limit! #iOSDevTips

    mastodon.social/@twostraws/110

  24. 🤯👠 Our SwiftUI engineers are head over heels for this change. No more need for arbitrary Groups to work around the limit! #iOSDevTips

    mastodon.social/@twostraws/110

  25. 🤯👠 Our SwiftUI engineers are head over heels for this change. No more need for arbitrary Groups to work around the limit! #iOSDevTips

    mastodon.social/@twostraws/110

  26. 🔂 One of our favorite tiny additions to SwiftUI this year is the new .buttonRepeatBehavior modifier, which lets you make buttons that keep performing an action as you hold them! #iOSDevTips

    mastodon.design/@hidde/1105107

  27. 🔂 One of our favorite tiny additions to SwiftUI this year is the new .buttonRepeatBehavior modifier, which lets you make buttons that keep performing an action as you hold them! #iOSDevTips

    mastodon.design/@hidde/1105107

  28. 🔂 One of our favorite tiny additions to SwiftUI this year is the new .buttonRepeatBehavior modifier, which lets you make buttons that keep performing an action as you hold them! #iOSDevTips

    mastodon.design/@hidde/1105107

  29. 🔂 One of our favorite tiny additions to SwiftUI this year is the new .buttonRepeatBehavior modifier, which lets you make buttons that keep performing an action as you hold them! #iOSDevTips

    mastodon.design/@hidde/1105107

  30. 🔂 One of our favorite tiny additions to SwiftUI this year is the new .buttonRepeatBehavior modifier, which lets you make buttons that keep performing an action as you hold them! #iOSDevTips

    mastodon.design/@hidde/1105107

  31. In Swift 5.9, if statements are now expressions—which means you can write them inline when declaring constants or variables! 🙌

    😇 We’ll use this all the time for targeting features of new versions of iOS. #iOSDevTips

    mastodon.social/@simonbs/11061

  32. In Swift 5.9, if statements are now expressions—which means you can write them inline when declaring constants or variables! 🙌

    😇 We’ll use this all the time for targeting features of new versions of iOS. #iOSDevTips

    mastodon.social/@simonbs/11061

  33. In Swift 5.9, if statements are now expressions—which means you can write them inline when declaring constants or variables! 🙌

    😇 We’ll use this all the time for targeting features of new versions of iOS. #iOSDevTips

    mastodon.social/@simonbs/11061

  34. In Swift 5.9, if statements are now expressions—which means you can write them inline when declaring constants or variables! 🙌

    😇 We’ll use this all the time for targeting features of new versions of iOS. #iOSDevTips

    mastodon.social/@simonbs/11061

  35. In Swift 5.9, if statements are now expressions—which means you can write them inline when declaring constants or variables! 🙌

    😇 We’ll use this all the time for targeting features of new versions of iOS. #iOSDevTips

    mastodon.social/@simonbs/11061

  36. Xcode 15 has gotten so good! This is so much better than scrolling through a tiny list of parameter permutations. ➡️➡️➡️ #iOSDevTips

    mastodon.cloud/@natpanferova/1

  37. Xcode 15 has gotten so good! This is so much better than scrolling through a tiny list of parameter permutations. ➡️➡️➡️ #iOSDevTips

    mastodon.cloud/@natpanferova/1

  38. Xcode 15 has gotten so good! This is so much better than scrolling through a tiny list of parameter permutations. ➡️➡️➡️ #iOSDevTips

    mastodon.cloud/@natpanferova/1

  39. Xcode 15 has gotten so good! This is so much better than scrolling through a tiny list of parameter permutations. ➡️➡️➡️ #iOSDevTips

    mastodon.cloud/@natpanferova/1

  40. Xcode 15 has gotten so good! This is so much better than scrolling through a tiny list of parameter permutations. ➡️➡️➡️ #iOSDevTips

    mastodon.cloud/@natpanferova/1

  41. If you’re as excited as we are about animated SF Symbols, this tip on how to animate them within labels is sure to come in handy! 🪄 #iOSDevTips #WWDC23

    twitter.com/bigmtnstudio/statu

  42. If you’re as excited as we are about animated SF Symbols, this tip on how to animate them within labels is sure to come in handy! 🪄 #iOSDevTips #WWDC23

    twitter.com/bigmtnstudio/statu

  43. If you’re as excited as we are about animated SF Symbols, this tip on how to animate them within labels is sure to come in handy! 🪄 #iOSDevTips #WWDC23

    twitter.com/bigmtnstudio/statu

  44. If you’re as excited as we are about animated SF Symbols, this tip on how to animate them within labels is sure to come in handy! 🪄 #iOSDevTips #WWDC23

    twitter.com/bigmtnstudio/statu

  45. If you’re as excited as we are about animated SF Symbols, this tip on how to animate them within labels is sure to come in handy! 🪄 #iOSDevTips #WWDC23

    twitter.com/bigmtnstudio/statu

  46. 🧠 The new Observable type greatly simplifies data flow and improves performance in SwiftUI, and our engineers are so excited to use it! #WWDC23

    However, there’s a critical gotcha that Apple mentions briefly in their docs—if you use SwiftUI, you’ll NEED to know this. #iOSDevTips

    developer.apple.com/documentat

  47. 🧠 The new Observable type greatly simplifies data flow and improves performance in SwiftUI, and our engineers are so excited to use it! #WWDC23

    However, there’s a critical gotcha that Apple mentions briefly in their docs—if you use SwiftUI, you’ll NEED to know this. #iOSDevTips

    developer.apple.com/documentat

  48. 🧠 The new Observable type greatly simplifies data flow and improves performance in SwiftUI, and our engineers are so excited to use it! #WWDC23

    However, there’s a critical gotcha that Apple mentions briefly in their docs—if you use SwiftUI, you’ll NEED to know this. #iOSDevTips

    developer.apple.com/documentat

  49. 🧠 The new Observable type greatly simplifies data flow and improves performance in SwiftUI, and our engineers are so excited to use it! #WWDC23

    However, there’s a critical gotcha that Apple mentions briefly in their docs—if you use SwiftUI, you’ll NEED to know this. #iOSDevTips

    developer.apple.com/documentat

  50. 🧠 The new Observable type greatly simplifies data flow and improves performance in SwiftUI, and our engineers are so excited to use it! #WWDC23

    However, there’s a critical gotcha that Apple mentions briefly in their docs—if you use SwiftUI, you’ll NEED to know this. #iOSDevTips

    developer.apple.com/documentat

  51. 🚦 With #WWDC23 right around the corner, here’s a helpful blog post from @Mecid about how to use APIs only on operating systems where they’re available! #iOSDevTips

    swiftwithmajid.com/2023/05/17/

  52. 🚦 With #WWDC23 right around the corner, here’s a helpful blog post from @Mecid about how to use APIs only on operating systems where they’re available! #iOSDevTips

    swiftwithmajid.com/2023/05/17/

  53. 🚦 With #WWDC23 right around the corner, here’s a helpful blog post from @Mecid about how to use APIs only on operating systems where they’re available! #iOSDevTips

    swiftwithmajid.com/2023/05/17/

  54. 🚦 With #WWDC23 right around the corner, here’s a helpful blog post from @Mecid about how to use APIs only on operating systems where they’re available! #iOSDevTips

    swiftwithmajid.com/2023/05/17/

  55. 🚦 With #WWDC23 right around the corner, here’s a helpful blog post from @Mecid about how to use APIs only on operating systems where they’re available! #iOSDevTips

    swiftwithmajid.com/2023/05/17/

  56. 🗺️ Our engineers have stumbled upon this a few times by accident—we didn’t know what was going on until we saw this tweet!

    Very cool feature (when done intentionally 😂) #iOSDevTips

    via: twitter.com/Lee_Kah_Seng/statu

  57. 🗺️ Our engineers have stumbled upon this a few times by accident—we didn’t know what was going on until we saw this tweet!

    Very cool feature (when done intentionally 😂) #iOSDevTips

    via: twitter.com/Lee_Kah_Seng/statu

  58. 🗺️ Our engineers have stumbled upon this a few times by accident—we didn’t know what was going on until we saw this tweet!

    Very cool feature (when done intentionally 😂) #iOSDevTips

    via: twitter.com/Lee_Kah_Seng/statu

  59. 🗺️ Our engineers have stumbled upon this a few times by accident—we didn’t know what was going on until we saw this tweet!

    Very cool feature (when done intentionally 😂) #iOSDevTips

    via: twitter.com/Lee_Kah_Seng/statu

  60. 🗺️ Our engineers have stumbled upon this a few times by accident—we didn’t know what was going on until we saw this tweet!

    Very cool feature (when done intentionally 😂) #iOSDevTips

    via: twitter.com/Lee_Kah_Seng/statu