Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想像 Instagram 应用一样拍摄方形照片,因为它不会让你裁剪照片。我不想放置任何滤镜,但我想将照片拍成正方形。在 IOS6 中可以做到这一点吗?
您将需要创建一个新的图像上下文,并在该绘图中使用该方法使用UIGraphicsBeginImageContext相机拍摄的图像。CGRectdrawInRect:
UIGraphicsBeginImageContext
CGRect
drawInRect: