Everest Liu
Everest Liu
would it be possible to use arrow functions to workerize?
Hi, would it be possibly to layout the content as a grid or list on desktop or tablet browsers? thanks!
Podspec
This is great! Do you think you could make a podspec for this so we can use it with cocoapods? thx!
Maybe an auto-fit feature like UIAlertView?
not sure if this is what you intended, but when I have the alert come up while a keyboard is onscreen, the background will blur, but the keyboard doesn't
For easy dependency management? Thx!
Swift 6 allows for trailing commas for parameter arguments when instantiating structs. `trailing commas` set to false should remove those commas. Example: ```swift struct DeLorean { var hasFluxCapacitor: Bool }...