简体   繁体   中英

Aviary SDK frame issue

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 .

在此处输入图片说明

I have found a solution for changing colour for "done" and "apply" button in "AFPhotoEditorController".

  1. select & open "AviarySDKResources.bundle" from your project
  2. open "AviarySDKColors.plist"
  3. open "accentColor"
  4. change value for key "hex" to what you want.

To fix frame dimensions I used

- (void)setPhotoEditorCustomizationOptions
{
    [AFPhotoEditorCustomization setUsingIOS6SDK:YES]; 
}

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.

在此处输入图片说明

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM