ZY
ZY
Better to add function return unzipped files paths
When I use this plugin, I see the cocoapods version is 0.23.0 from the menu, but my command line is 0.28.0, so how to update it to 0.28.0? > pod...
Install 'Drawsana' via cocoapods need iOS 11, but via swift package manager iOS 9 is ok.
``` struct ContentView: View { private enum Item: Int, Tabbable { case first = 0 case second case third var icon: String { switch self { case .first: return "house"...
Can you add cocoapods supported?
```swift .navigationBarTitleDisplayMode(.inline) .navigationTitle("") .navigationBarHidden(true) ``` The navigationBar is there, not be hidden.