atljeremy / JFMinimalNotifications

An iOS UIView for presenting a minimalistic notification that doesn't block the UI and is highly configurable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No property called "edgePadding"

backmeupplz opened this issue · comments

Hello! Thank you a lot for this element!

But how to set edge padding now? I can't see this property.

self.minimalNotification.edgePadding = UIEdgeInsetsMake(0, 0, 10, 0);

Thanks in advance

Sorry, I've not pushed an update to CocoaPods with the update to add edgePadding just yet. If you grab the latest SHA from the master branch it's there https://github.com/atljeremy/JFMinimalNotifications/blob/master/JFMinimalNotification/JFMinimalNotification.h#L85

I'll try to get a new cocoa pods version out tomorrow

@backmeupplz JFMinimalNotifications v0.0.5 has been published to CocoaPods https://cocoapods.org/pods/JFMinimalNotifications