Showing
4 changed files
with
3 additions
and
3 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ | 
| 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 
| 8 | <dict> | 8 | <dict> | 
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> | 
| 10 | - <integer>0</integer> | 10 | + <integer>1</integer> | 
| 11 | </dict> | 11 | </dict> | 
| 12 | </dict> | 12 | </dict> | 
| 13 | </dict> | 13 | </dict> | ... | ... | 
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ | 
| 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 
| 8 | <dict> | 8 | <dict> | 
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> | 
| 10 | - <integer>1</integer> | 10 | + <integer>0</integer> | 
| 11 | </dict> | 11 | </dict> | 
| 12 | </dict> | 12 | </dict> | 
| 13 | </dict> | 13 | </dict> | ... | ... | 
No preview for this file type
| ... | @@ -48,7 +48,7 @@ extension UIViewController { | ... | @@ -48,7 +48,7 @@ extension UIViewController { | 
| 48 | 48 | ||
| 49 | //your custom view for back image with custom size | 49 | //your custom view for back image with custom size | 
| 50 | let view = UIView(frame: CGRect(x: 0, y: 0, width: 40, height: 40)) | 50 | let view = UIView(frame: CGRect(x: 0, y: 0, width: 40, height: 40)) | 
| 51 | - let imageView = UIImageView(frame: CGRect(x: 10, y: 7, width: 24, height: 24)) | 51 | + let imageView = UIImageView(frame: CGRect(x: 10, y: 10, width: 18, height: 18)) | 
| 52 | 52 | ||
| 53 | if let imgBackArrow = UIImage(named: icon, in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) { | 53 | if let imgBackArrow = UIImage(named: icon, in: Bundle(for: MyEmptyClass.self), compatibleWith: nil) { | 
| 54 | imageView.image = imgBackArrow | 54 | imageView.image = imgBackArrow | ... | ... | 
- 
Please register or login to post a comment