GeneDeLisaDev: #Xcode 9.2 is available. I had to free up 18GB to download it. See where it says 5.5 GB? ha! With any luck, I'll be able to run on my #iOS 11.2 device now. pic.twitter.com/tYhRE7BdMv
ios 11.2 대응 Xcode 9.2 업데이트
ios 11.2 대응 Xcode 9.2 업데이트
Twitter
Gene De Lisa
#Xcode 9.2 is available. I had to free up 18GB to download it. See where it says 5.5 GB? ha! With any luck, I'll be able to run on my #iOS 11.2 device now.
After 4 years of internal usage, Twitter has decided to share with the community their own Network Layer framework on top of Apple's NSURLSession.
- Additional flexibility and scalability
- Ability to specify the execution mode
- Prioritization of requests
- Dynamic retrying with retry policies
... (so so on)
p.s. it's time to rewrite it to Swift :)
https://blog.twitter.com/engineering/en_us/topics/open-source/2018/opensourcetnl.html
#iOS #twitter #network
- Additional flexibility and scalability
- Ability to specify the execution mode
- Prioritization of requests
- Dynamic retrying with retry policies
... (so so on)
p.s. it's time to rewrite it to Swift :)
https://blog.twitter.com/engineering/en_us/topics/open-source/2018/opensourcetnl.html
#iOS #twitter #network
X
Introducing Twitter Network Layer iOS framework for open source
Today, we’re excited to open source our Twitter Network Layer framework for iOS, or TNL for short.
Ash Furrow prepared an article about Snapshot Testing - talks about their experience at Artsy, pros/cons of this methodology, so how valuable this to use it.
A bit poor with good articles lately, thus there's a delay in the channel. 🙁
https://ashfurrow.com/blog/snapshot-testing-on-ios/
#iOS #Tests #snapshot_testing
A bit poor with good articles lately, thus there's a delay in the channel. 🙁
https://ashfurrow.com/blog/snapshot-testing-on-ios/
#iOS #Tests #snapshot_testing
Nathan, inspired by “Designing Fluid Interfaces” WWDC session, has written a great article that demonstrates how to achieve these effects. The article covers not only a theory part but also you will see eight examples (some of them are part of iOS os) with visual animations, critical code, and important remarks.
”An interface is fluid when it behaves according to the way people think, not the way machines think.”
Share this knowledge with your designers, because this makes the user interface more comfortable, enjoyable. They have to know about it!
https://medium.com/@nathangitter/building-fluid-interfaces-ios-swift-9732bb934bf5
#iOS #animations #UI
”An interface is fluid when it behaves according to the way people think, not the way machines think.”
Share this knowledge with your designers, because this makes the user interface more comfortable, enjoyable. They have to know about it!
https://medium.com/@nathangitter/building-fluid-interfaces-ios-swift-9732bb934bf5
#iOS #animations #UI
Medium
Building Fluid Interfaces
How to create natural gestures and animations on iOS
Let's talk a bit about the architecture.
Alexander tells his thoughts about this topic - what architecture we used to prefer in the past, what is a popular architecture nowadays and what we can come to. MVVM, MVC, and MVP are so known for us of course, so the Elm Architecture has to be the most interesting to read.
p.s. I highly recommend reading the "App Architecture" book to cover all these architectures more deeply.
https://kean.github.io/post/app-architecture
#iOS #architecture
Alexander tells his thoughts about this topic - what architecture we used to prefer in the past, what is a popular architecture nowadays and what we can come to. MVVM, MVC, and MVP are so known for us of course, so the Elm Architecture has to be the most interesting to read.
p.s. I highly recommend reading the "App Architecture" book to cover all these architectures more deeply.
https://kean.github.io/post/app-architecture
#iOS #architecture
Alexander Grebenyuk
Let’s Talk Architecture
MVC – The Past. MVVM with RxSwift or ReactiveCocoa, MVP – The Present. Functional Architectures – The Future.
Oh, I so adore articles dedicated to the scroll optimization and this one isn't an exception. Even though this article was written in the distance 2015, there are a lot of techniques that are still actual nowadays. Especially I like the tip about Subpixel Rendering.
p.s. Don't be afraid of Objective-С.
https://medium.com/ios-os-x-development/perfect-smooth-scrolling-in-uitableviews-fd609d5275a5
#iOS #performance
p.s. Don't be afraid of Objective-С.
https://medium.com/ios-os-x-development/perfect-smooth-scrolling-in-uitableviews-fd609d5275a5
#iOS #performance
Medium
Perfect smooth scrolling in UITableViews
Story about optimizations for reaching 60 FPS in iOS most frequently used building block
A step by step guide how to build an iOS app without Xcode's Build System. Why lol?
https://vojtastavik.com/2018/10/15/building-ios-app-without-xcode/
#iOS
https://vojtastavik.com/2018/10/15/building-ios-app-without-xcode/
#iOS
There's an awesome tool I've found.
”It injects itself into the iOS Simulator so that it can monitor views and adjust them in real time.”
https://www.hackingwithswift.com/articles/131/sherlock-turbocharges-your-ios-simulator
#iOS #simulator
”It injects itself into the iOS Simulator so that it can monitor views and adjust them in real time.”
https://www.hackingwithswift.com/articles/131/sherlock-turbocharges-your-ios-simulator
#iOS #simulator
Hacking with Swift
Sherlock turbocharges your iOS simulator
Inspect and adjust any app in real time
There's a new hype post about snapshot testing on Twitter provided by guys from the Point Free. Many fellows liked it and highly recommend to try it out, so I can't miss to share it with you.
https://www.pointfree.co/blog/posts/23-snapshottesting-1-0-delightful-swift-snapshot-testing
#iOS #swift #Tests #snapshot_testing
https://www.pointfree.co/blog/posts/23-snapshottesting-1-0-delightful-swift-snapshot-testing
#iOS #swift #Tests #snapshot_testing
www.pointfree.co
SnapshotTesting 1.0: Delightful Swift snapshot testing
Today we are open sourcing SnapshotTesting 1.0: a modern, composable snapshot testing library built entirely in Swift!