handsomecode / InteractiveSideMenu

iOS Interactive Side Menu written in Swift.
Apache License 2.0
708 stars 164 forks source link

ContentWidth #90

Open VapourUK opened 6 years ago

VapourUK commented 6 years ago

Hi,

I want to "disable" the TweakViewController but i'm having trouble with the self.visibleContentWidth. I've adjusted the size on what i want in the swift code but its not doing anything

eg: public init(duration: TimeInterval = 1.0, contentScale: CGFloat = 1.0, visibleContentWidth: CGFloat = 163.628570566641)

what do i need to do to correct this?

thank you