Using Homebrew
will save you lot of times in setting up and configuring the development environment on macOS.
If you don’t have it in your Mac, try installing using the guideline here.
Chiều chủ nhật, chán như con gián.
Hôm trước rảnh rang ngồi code cái Swift Wrapper cho Kipalog API.
Khổ nỗi code xong cũng chưa hình dung được sẽ dùng thế nào.
Giờ code cái iOS Example Project cũng mệt, tiện lâu không động vào Server side Swift, code thử web app xem sao.
In some reasons, you might want to store an UIImage
, that is generated using Core Graphics
, or from device’s Photo Gallery via UIImagePickerController
, to a local file as PNG or a JPEG format.
By using UIImagePNGRepresentation()
or UIImageJPEGRepresentation()
, UIImage
will be converted into Data
so you can write it to local file easily.