mnbayan / AutocompleteTextfieldSwift

Simple and straightforward sublass of UITextfield to manage string suggestions
MIT License
290 stars 66 forks source link

Resolve #13 #21

Closed jkereako closed 8 years ago

jkereako commented 8 years ago

I replaced the force-unwrap of newSuperView with a guard clause to fix issue #13 .

Additionally, I replaced the series of if thing != nil with optional unwrapping.

wvdk commented 8 years ago

Looks like issue #13 was closed, but this branch has not yet been merged to master.