kas-kad / AKTagsInputView

convenient input view for tags strings
Apache License 2.0
85 stars 20 forks source link

if there was no selectedTags, typing does not bring lookup tags #5

Closed appleios closed 10 years ago

appleios commented 10 years ago

how to reproduce:

    _tagsInputView.autoresizingMask = UIViewAutoresizingFlexibleWidth;
    _tagsInputView.lookupTags = @[@"ios", @"iphone", @"objective-c", @"development", @"cocoa", @"xcode", @"icloud"];
    _tagsInputView.selectedTags = [NSMutableArray array];
    _tagsInputView.enableTagsLookup = YES;
appleios commented 10 years ago

this is my bug

appleios commented 10 years ago

fixed it too.