Results 3 issues of Arian Amini

` error = vImageScale_ARGB8888(&sourceBuffer, &destBuffer, nil, numericCast(kvImageHighQualityResampling))` Unfortunately, I am unable to give more information, it happens with XCode 13.3 and iOS 15.4. ![Screenshot 2022-03-21 at 11 12 43](https://user-images.githubusercontent.com/36501919/159241232-3028f588-feb7-4f11-9475-f9e6b5d9d576.png) ![Screenshot...

https://github.com/eventtus/photo-editor/blob/a477aec538080cfac91f465ca6a8ab0acc50b352/Photo%20Editor/Photo%20Editor/PhotoEditor%2BControls.swift#L134

### Problem Description I want to remove hard-coded prompts and reorder them so they can be accessed in the order I set. ### Solution Description Add the same logic as...

enhancement