subinspathilettu / SJSegmentedViewController

MIT License
334 stars 126 forks source link

xcode 8.3 swift 3 warning #48

Closed alexookah closed 7 years ago

alexookah commented 7 years ago

@subinspathilettu there is a warning in the latest xcode.

SJSegmentedScrollView.swift:297:29: Forced cast from '[NSKeyValueChangeKey : Any]?' to '[NSKeyValueChangeKey : AnyObject]' only unwraps and bridges; did you mean to use '!' with 'as'?

let changeValues = change as! [NSKeyValueChangeKey: AnyObject]

alexookah commented 7 years ago

latest merge resolves this issue thanks #49