Kevin Blog
  • Producter 让产品从 0 到 1
  • iOS 开发视频
  • 我开发的 App 们
Subscribe
Tagged

swift

A collection of 2 posts

使用 Kotlin Native 开发跨平台 Library
kotlin

使用 Kotlin Native 开发跨平台 Library

拓展阅读 使用 Go Mobile 开发跨平台 Library 为什么想使用 Kotlin Native? 我的两款日语学习产品「50音起源」「捧读」都是多平台产品,在开发「50音起源」的时候,我选择了平台 Native 技术,虽然有一定的维护成本,但初期觉得工作量还好,不过后来慢慢懒了起来,就逐渐有了放羊的心。 因此当「捧读」在开发的时候,我尝试用 Flutter 解决这个问题,但是上线后又很不幸的发现, Flutter 对 Apple 的技术栈支持并不积极,比如 Catalyst 不能使用,还有一些小性能问题,所以最后「捧读」的 iOS 版本又用 UIKit 重写了。 最近给 Android 版本的「50音起源」做更新的时候,

  • Kevin Zhow
Kevin Zhow Jun 22, 2021 • 8 min read
swift

Swift Endless Compiling / Indexing

Swift 不出意外的又坑人了。 今天遇到了一个 Swift 无限卡在 Compiling / Indexing 的问题,这个问题导致的原因最终定位到一个关于类型推断的问题 例如下面这段代码就会导致卡在 Compiling / Indexing var data = [ [ "price": 1, "name": "a" ], [ "price": 1, "name": "a" ], [ "price": 1, "name": "a" ], [ "price": 1, "name&

  • Kevin Zhow
Kevin Zhow Apr 16, 2015 • 1 min read
Kevin Blog © 2022
Powered by Ghost