Sign In with Apple will be available for beta testing this summer. It will be required as an option for users in apps that support third-party sign-in when it is commercially available later this year.
Foresee a lot of articles this week
SwiftUI 😮
https://developer.apple.com/tutorials/swiftui/interfacing-with-uikit
ReactiveCocoa and RxSwift are not needed anymore!
https://developer.apple.com/documentation/combine
SwiftUI 😮
https://developer.apple.com/tutorials/swiftui/interfacing-with-uikit
ReactiveCocoa and RxSwift are not needed anymore!
https://developer.apple.com/documentation/combine
SwiftUI Tutorials And Documentation
https://developer.apple.com/tutorials/swiftui
https://developer.apple.com/documentation/swiftui
https://developer.apple.com/tutorials/swiftui
https://developer.apple.com/documentation/swiftui
WWDC 2019 - The Things You May Have Missed
I tried to collect some of the announcements that may have been shadowed by the bigger announcements in a single and short post.
https://patrickbalestra.com/blog/2019/06/07/wwdc-2019-the-things-you-may-have-missed.html
#wwdc
I tried to collect some of the announcements that may have been shadowed by the bigger announcements in a single and short post.
https://patrickbalestra.com/blog/2019/06/07/wwdc-2019-the-things-you-may-have-missed.html
#wwdc
Airbnb open-sourced a UICollectionViewLayout library.
https://github.com/airbnb/MagazineLayout
#iOS #layout #UI
https://github.com/airbnb/MagazineLayout
#iOS #layout #UI
GitHub
GitHub - airbnb/MagazineLayout: A collection view layout capable of laying out views in vertically scrolling grids and lists.
A collection view layout capable of laying out views in vertically scrolling grids and lists. - airbnb/MagazineLayout
Another series of tips, this time is about testing background session.
https://forums.developer.apple.com/thread/14855
#iOS #network
https://forums.developer.apple.com/thread/14855
#iOS #network
Apple
Testing Background Session Code |Apple Developer Forums
Testing an app that uses an NSURLSession background session is tricky because there are differences between the test environment and the production
Flutter Korea에서 Google Flutter팀과 Naver의 조은님과 함께 Flutter Meetup을 진행합니다🤩
Flutter팀의 세션과 조은님의 세션을 통해서 플러터의 세계로 빠져드세요!
마지막 시간대에는 QnA 시간도 있습니다. (동시통역 지원)
날짜 : 9월 4일 수요일
시간 : 오후 06:30 - 오후 09:00
장소 : 삼성역 Google for Startups
https://festa.io/events/436
Flutter팀의 세션과 조은님의 세션을 통해서 플러터의 세계로 빠져드세요!
마지막 시간대에는 QnA 시간도 있습니다. (동시통역 지원)
날짜 : 9월 4일 수요일
시간 : 오후 06:30 - 오후 09:00
장소 : 삼성역 Google for Startups
https://festa.io/events/436
festa.io
Flutter meetup #1 | Festa!
Festa에서 당신이 찾는 이벤트를 만나보세요.
안녕하세요, 채널 운영자 김석용 입니다.
해당 채널에 같이 기사와 블로그를 올리실 분들을 모집 합니다.
텔래그램 yong076으로 연락 주세요 😄
해당 채널에 같이 기사와 블로그를 올리실 분들을 모집 합니다.
텔래그램 yong076으로 연락 주세요 😄
I've been waiting for this for so long - Swift 5.1 with Module Stability finally!
https://swift.org/blog/swift-5-1-released/
#swift
https://swift.org/blog/swift-5-1-released/
#swift
An author compares a few approaches for converting a UIImage to Data in a less memory consumption way. One of them is using autoreleasepool with UIImageJPEGRepresentation. 🤔
https://bencoding.com/2017/03/07/thinking-about-memory-converting-uiimage-to-data-in-swift/
#optimization #iOS
https://bencoding.com/2017/03/07/thinking-about-memory-converting-uiimage-to-data-in-swift/
#optimization #iOS
bencoding
Thinking about Memory: Converting UIImage to Data in Swift
How often do you convert a UIImage into a Data object? Seems like a relatively straight forward task, just use UIImageJPEGRepresentation and your done. After doing this I started seeing memory spik…