I have updated the Aviary SDK for iOS 7 compatibility . Previously everything working good but in the iOS 7 I am having the following frame issue . Cancel button and Done buttons are cutting down at the edges and there is some gap from status bar and Aviary present modal view . Any ideas or help would be grateful .
Asked
Active
Viewed 657 times
3 Answers
2
I have found a solution for changing colour for "done" and "apply" button in "AFPhotoEditorController".
- select & open "AviarySDKResources.bundle" from your project
- open "AviarySDKColors.plist"
- open "accentColor"
- change value for key "hex" to what you want.

iBhavik
- 663
- 11
- 28

Hiren Panchal
- 2,963
- 1
- 25
- 21
1
To fix frame dimensions I used
- (void)setPhotoEditorCustomizationOptions
{
[AFPhotoEditorCustomization setUsingIOS6SDK:YES];
}

Peyotle
- 2,255
- 1
- 15
- 16
0
In IOS 7 they are using Border less navigation bar buttons with text highlight effect,No options to adjust the bar buttons,For Aviary suggesting bar buttons with example IOS 7 screens Layout in the style guide and you can achieve this effects by adjusting bar button color and opacity in Aviary SDK tool.

subramani
- 942
- 7
- 5