Thursday, October 19, 2023

OS level on android / iOS

 



https://developer.apple.com/support/app-store/

Tuesday, October 10, 2023

swiftUI Architecture

https://www.one-tab.com/page/p2POKsuvRvy78QHWU1QgTA

circular slider

https://www.one-tab.com/page/xmTnylosTTuWwrIhjRzQ5Q

Tuesday, September 12, 2023

iOS Architecture

 TCA

https://github.com/pointfreeco/swift-composable-architecture


RIBs

https://github.com/uber/RIBs


SwiftUI + Combine

https://github.com/nalexn/clean-architecture-swiftui

jitpack

 https://jitpack.io/


記得把 package name 換成 gitlab url ~

Wednesday, September 6, 2023

plugins for Jetbrains

  1.  Presentation Assistant

live preview for AppCode



Create a SwiftUI application in AppCode


tools : InjectionIII


licenses : most are MIT, one of the facebook/fishhook is BSD-3-Clause license


PS for commercial use, should avoid GPL & LGPL


Get updated view by "saving files...." (command + S) 

or switch the current window to others to make the IDE auto store the change


sometimes it just updated -.-