yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

Tabbar(image tools) is missing when CLImageEditor initialised (swift 1.2) #101

Closed gokhandeveloper closed 9 years ago

gokhandeveloper commented 9 years ago

So i have an edit button to fire the editor in myUIViewController:

@IBAction func editImage(sender: AnyObject) {
   let editor = CLImageEditor(image: singleView.image, delegate: self)

    self.presentViewController(editor, animated: true, completion: nil)

}

It initialises the editor window(I can see the cancel and the done buttons as well as the single image).

The cancel button and the done button works(it takes me back to myUIViewController)

I am not sure why I am missing the tab bar image tools in this view.

Could you please let me know the possible cause of this?

Thank you and much appreciated.

yackle commented 9 years ago

I couldn't reproduce it. Do you have any more informations? Is it happen on all iOS versions or devices?

gokhandeveloper commented 9 years ago

Yes you are right. There is a bug in my project. I am not sure what the cause of it.

I have created a new project to replicate the issue however, I could not fault it.

I will have to find the bug in my project(ios target = 8.3 XCode Version 6.3 (6D532l) ) .

I am using Alamofire, IQKeyboardManager, CoreData, SwiftSpinner along with CLImageEditor.

Thanks.

gokhandeveloper commented 9 years ago

Found the problem is actually with IQkeyboardManager...