iOS / Mac OS Developers
@iosdeveloperskor
473
subscribers
2
photos
308
links
iOS / Mac OS를 다루는 개발자들을 위한 채널 입니다.
Download Telegram
Join
iOS / Mac OS Developers
473 subscribers
iOS / Mac OS Developers
https://t.co/5A4PnxgBU6
iOS / Mac OS Developers
https://github.com/apple/swift-source-compat-suite
GitHub
GitHub - apple/swift-source-compat-suite: The infrastructure and project index comprising the Swift source compatibility suite.
The infrastructure and project index comprising the Swift source compatibility suite. - GitHub - apple/swift-source-compat-suite: The infrastructure and project index comprising the Swift source co...
iOS / Mac OS Developers
https://www.andrewcbancroft.com/2017/08/01/local-receipt-validation-swift-start-finish/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS_Dev_Weekly_Issue_313
Andrewcbancroft
Local Receipt Validation for iOS in Swift From Start to Finish
Provides linkes to my seven guides that will take you from preparing to test receipt validation, all the way through to working with the result of the receipt validation process to enable/disable features of your app.
iOS / Mac OS Developers
https://twitter.com/parrots/status/894658800803876864?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS_Dev_Weekly_Issue_313
Twitter
Curtis Herbert
@mb Ah ha, code has docs. I think this makes you happy. Defaults to no. Complete backpedal on their goal?
iOS / Mac OS Developers
https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20170807/038645.html?utm_campaign=Revue%20newsletter&utm_medium=Swift%20Weekly%20Newsletter%20Issue%2088&utm_source=Swift%20Weekly
Swift 5!!!!
iOS / Mac OS Developers
https://www.swiftbysundell.com/posts/under-the-hood-of-futures-and-promises-in-swift?utm_campaign=Revue%20newsletter&utm_medium=Swift%20Weekly%20Newsletter%20Issue%2088&utm_source=Swift%20Weekly
Swift by Sundell
Under the hood of Futures and Promises in Swift | Swift by Sundell
Let's take a look at Futures and Promises, a really popular abstraction for making asynchronous code easier to manage, by writing an implementation from scratch.
iOS / Mac OS Developers
https://blog.uptech.team/taming-great-complexity-mvvm-coordinators-and-rxswift-8daf8a76e7fd
www.uptech.team
Taming Great Complexity: MVVM, Coordinators and RxSwift | Uptech
Last year we started using Coordinators and MVVM in a production app. At first it looked scary, but since then we’ve finished 4 applications
iOS / Mac OS Developers
https://github.com/IBAnimatable/IBAnimatable
GitHub
GitHub - IBAnimatable/IBAnimatable: Design and prototype customized UI, interaction, navigation, transition and animation for App…
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable. - GitHub - IBAnimatable/IBAnimatable: Design a...
iOS / Mac OS Developers
https://academy.realm.io/kr/posts/tryswift-rob-napier-swift-legacy-functional-programming/
academy.realm.io
Swift와 함수형 프로그래밍의 역사
Swift 는 함수형 세계로부터 많은 장점들을 흡수해 왔으며, 계속 개선되고있습니다. 수년간 함수형 언어 세계에서 일어난 일들이 어떻게 Swift 에 영향을 주었는지 설명하고 다양한 다른 개념과 어떻게 접목시킬 수 있는지 알아봅니다
iOS / Mac OS Developers
https://medium.com/@jooyunghan/%ED%95%A8%EC%88%98%ED%98%95-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D%EC%9D%B4%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%B8%EA%B0%80-fab4e960d263
Medium
(번역) 함수형 프로그래밍이란 무엇인가?
이 글은 Kris Jenkins(@krisjenkins)의 “What is Functional Programming?”을 허락을 구해 번역한 것입니다.
iOS / Mac OS Developers
https://github.com/ReactorKit/ReactorKit/blob/master/Sources/ReactorKitRuntime/ReactorKitRuntime.m#L33-L56
GitHub
ReactorKit/ReactorKit
A library for reactive and unidirectional Swift applications - ReactorKit/ReactorKit
iOS / Mac OS Developers
http://johnholdsworth.com/bothworlds.html?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS_Dev_Weekly_Issue_314
iOS / Mac OS Developers
http://bytes.schibsted.com/layout-declarative-ui-framework-ios/?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=web&utm_source=iOS_Dev_Weekly_Issue_314
iOS / Mac OS Developers
https://www.clien.net/service/board/park/11112207
iOS / Mac OS Developers
https://iosdev.tools/
iOS dev tools
Home - iOS dev tools
Discover tools that will make you a better app developer.
iOS / Mac OS Developers
https://github.com/SnapKit/Masonry
GitHub
GitHub - SnapKit/Masonry: Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax.…
Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout - SnapKit/Masonry
iOS / Mac OS Developers
https://medium.com/@kcaluru/89446427e088
Medium
Model-View-Intent (MVI) on iOS – Krishna Chaitanya Aluru – Medium
I discovered MVI after watching this talk by Jake Wharton (watching it will make it easier to understand the rest of this post).
iOS / Mac OS Developers
https://pilgwon.github.io/blog/2017/08/27/Why-is-ARKit-better-than-the-alternatives.html
iOS / Mac OS Developers
https://stackoverflow.com/questions/1427151/how-to-get-time-difference-in-iphone
Stack Overflow
How to Get time difference in iPhone
I have 2 arrays with time values in it. They are in the following format. mm:ss:hundreds of a sec. I want to get the difference between the two [lastObjects] in the arrays. NSDate is not working
iOS / Mac OS Developers
https://academy.realm.io/kr/posts/altconf-2017-manu-rink-secret-life-of-types-in-swift/
academy.realm.io
Swift 타입의 비밀
Swift 타입 시스템 구조에 대해 심층적으로 알아보고 적절한 방식으로 사용하는 팁을 공유합니다.