500 Memes
@swift4
251
subscribers
81
photos
1
video
108
links
Programming memes
Download Telegram
Join
500 Memes
251 subscribers
500 Memes
https://medium.com/@hesham.salman/the-ios-testing-manifesto-e1bc821cc4c3
Medium
The iOS Testing Manifesto
Table of Contents
500 Memes
http://learningswift.brightdigit.com/2018/05/25/healthkit-getting-started/
500 Memes
https://nshipster.com/method-swizzling/
NSHipster
Method Swizzling
Method swizzling is the process of changing the implementation of an existing selector. It’s a technique made possible by the fact that method invocations in Objective-C can be changed at runtime, by changing how selectors are mapped to underlying functions…
500 Memes
https://twitter.com/ivRodriguezCA/status/1128518247291047937
Twitter
Ivn
I'll be reverse engineering the new Facebook App and updating this thread as I find things
👇🏼
500 Memes
https://gist.github.com/timonus/8b4feb47eccb6dde47ca6320d8fc6b11
Gist
Programmatically create iOS 13 dynamic images
Programmatically create iOS 13 dynamic images. GitHub Gist: instantly share code, notes, and snippets.
500 Memes
https://goshdarnswiftui.com/
Gosh Darn SwiftUI
Gosh Darn SwiftUI - Cheat Sheet
Everything you need to know to adopt SwiftUI
500 Memes
Channel name was changed to «
SwiftUI
»
500 Memes
https://glenmccallum.com/2019/05/14/senior-developers-rejected-jobs/
Glenmccallum
Senior Developers are Getting Rejected for Jobs | { glenmccallumcan }
Some really great software developers have been passed...
500 Memes
http://www.avanderlee.com/swift/uikeycommand-keyboard-shortcuts/
SwiftLee
UIKeyCommand how-to add keyboard shortcuts & speed up your workflow
Learn how to implement the UIKeyCommand to add keyboard shortcuts to classes like the UITabBarController and UICollectionView and use them in the simulator.
500 Memes
https://mecid.github.io/2019/07/24/alerts-actionsheets-modals-and-popovers-in-swiftui/
Swift with Majid
Alerts, Action Sheets, Modals and Popovers in SwiftUI
Last week we talked about Navigation in SwiftUI. This week I want to continue the topic with Modals, Alerts, Action Sheets, and Popovers. SwiftUI views have a dedicated modifiers for presenting this kind stuff. Let’s take a look at how we can use modifiers…
500 Memes
https://swiftrocks.com/how-actors-work-internally-in-swift
Swiftrocks
How Actors Work Internally in Swift
Lets explore how actors work under the hood, using Swift's own source code as a guide to finding out how they work inside the compiler.
500 Memes
https://engineering.rappi.com/ios-app-size-reduction-with-machine-outlining-5ef2c6b53237
Medium
iOS app size reduction with Machine Outlining
Many of us never consider the size of an iOS app until we have a massive one that sizes tens of MB or worse, hundreds of MB. That is…
500 Memes
https://betterprogramming.pub/how-to-use-gamekit-in-swiftui-d8f5b9c2b3d6
Medium
How To Use GameKit in SwiftUI
A look at making GameKit work within a SwiftUI app
500 Memes
https://dcordero.medium.com/implementing-a-video-player-with-realitykit-5164581c8344
Medium
Implementing a Video Player with RealityKit
This post was originally published on dcordero.me, where you will always find the most updated, and free of spyware version of all my…
500 Memes
https://medium.com/@shu223/browse-1-000-photos-in-10-seconds-in-an-ios-app-489231ffad7d
Medium
Browse 1,000 photos in 10 seconds in an iOS app
I never have time to look back the lots of pictures…
500 Memes
https://stevenpcurtis.medium.com/this-is-how-to-store-money-and-currency-using-swift-89fbf9697dfa
Medium
THIS is How to Store Money and Currency using Swift
This can go wrong!
500 Memes
https://betterprogramming.pub/the-problem-with-how-youre-doing-your-networking-in-ios-6ec7ed43a4e
Medium
Build a Robust Networking Layer in iOS Using Swift async/await
The problem with how you’re doing networking in iOS and a new fix for it
500 Memes
https://medium.com/arconsis/ios-continuous-integration-and-delivery-with-fastlane-4acbd867e9d6
Medium
iOS Continuous Integration and Delivery with Fastlane
Setting up a build for an application is always tricky. The developer has to download all the signing certificates, archive the…
500 Memes
https://branch.io/resources/aasa-validator/
branch.io
AASA Validator | Branch
Branch’s Universal Links Validator analyzes your site to check if your apple-app-site-association is properly hosted for Universal Links.
500 Memes
https://www.avanderlee.com/optimization/non-fatal-errors-vs-fatal-crashes/
SwiftLee
Non-fatal errors vs fatal crashes: The differences explained
Non-fatal errors and crashes have a close relationship, but have different results for your user. You should take them both seriously.