Libor Zapletal

Results 4 comments of Libor Zapletal

I am thinking about something like this: ``` class Article: NSManagedObject { override init(entity: NSEntityDescription, insertIntoManagedObjectContext context: NSManagedObjectContext?) { super.init(entity: entity, insertIntoManagedObjectContext: context) } init(inManagedObjectContext context: NSManagedObjectContext) { let entity...

Did you add carthage support? I would like to use KGFloatingDrawer in my project too.

Any change about this? :)

Hi, sorry for late response. I am using it with another component HtmlTextBlock (https://mytoolkit.codeplex.com/wikipage?title=HtmlTextBlock). Something like this: ``` C# ... ... ``` Problem with scrolling. All content in HtmlTextBlock.HeaderTemplate is...