通常的https请求是这样的 这个过程可以使用SSL加密/TLS加密来实现,我们先简单地了解一下这个通信的过程,会对了解SSL pinning有所帮助。主要是了解证书发送的过...
通常的https请求是这样的 这个过程可以使用SSL加密/TLS加密来实现,我们先简单地了解一下这个通信的过程,会对了解SSL pinning有所帮助。主要是了解证书发送的过...
原创作者:Juan Cazalla原文链接:Dependency injection in Swift[https://medium.com/makingtuenti/dep...
原创作者:James Frost原文链接:How We Use Feature Flagging on iOS原文翻译:Grabin 出色的功能需要花费一些时间来构建。我们每...
原创作者:Stan Ostrovskiy原文链接:iOS Architecture: Exploring RIBs原文翻译:Grabin Uber 的移动端开发架构细节 RI...
原创作者:Alan Steiman原文链接:Designing a multi-store e-commerce using frameworks on iOS 几个月前,我...
FBSnapshotTestCase 现在是由Uber 维护了。>>> Github 地址:iOSSnapshotTestCase 新建项目时候勾选 tests target...
原创作者:Paul Hudson原文链接:How to move view code out of your view controllers 这是解决 “臃肿的ViewCo...
原创作者:Paul Hudson原文链接:How to move data sources and delegates out of your view controller...
这是解决 “臃肿的ViewController” 这个问题系列教程中的第一部分:如何在 iOS app 中使用协调模式如何把数据源和代理从你的 ViewController ...
原创作者:Besar原文链接:https://medium.com/flawless-app-stories/massive-view-controllers-or-bad-...
原创作者:Piyush Sharma原文链接:https://medium.com/@piyush.dez/ios-architectures-5a19cd56edc2 一个...
原创作者:Yerassyl原文链接:https://medium.com/@Yerazhas/refactoring-to-patterns-replace-conditio...
本文原创作者:Alexander Ershov原文链接:https://medium.com/flawless-app-stories/implementing-gestur...
在这个教程中,我将会展现给你知道创建一个详情页面,并且把数据传给它用于显示是多么的简单✨。 这次的教程是跟上一个教程连起来的 (翻译) SwiftUI -- 理解 Bindi...
本文原创作者:Martin Lasek原文链接:https://medium.com/@martinlasek/swiftui-understanding-binding-8...
本文原创作者:Martin Lasek原文链接:https://medium.com/flawless-app-stories/swiftui-dynamic-list-id...
本文原创作者:Amirzhan Idryshev原创文章链接:https://medium.com/flawless-app-stories/the-only-viable-...
在这个教程中,我们将会深入地去理解 State 的基本原理 -- State 是什么,为什么它起到很好的作用,还有就是如何使用它。 索引 创建一个SwiftUI项目工程 新建...
本文原创作者为: Martin Lasek原文链接:https://medium.com/flawless-app-stories/swiftui-getting-start...
如何合并模拟器和真机SDK/ Merge device framework and simulator to "fat" framework 查看SDK支持的格式 lipo ...