Coder Social home page Coder Social logo

autocomplete's People

Contributors

cjcoax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

autocomplete's Issues

Crashes because of lacking DefaultAutoCompleteCell.nib

2016-03-30 23:36:14.579 Stock[5631:195896] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/yizhaohe/Library/Developer/Xcode/DerivedData/Stock-ccsowlapvzxobidmaokuhqhxkixy/Build/Products/Debug-iphonesimulator/CCAutocomplete.framework> (loaded)' with name 'DefaultAutoCompleteCell''
*** First throw call stack:
(
    0   CoreFoundation                      0x000000010e19fd85 __exceptionPreprocess + 165
    1   libobjc.A.dylib                     0x000000011060bdeb objc_exception_throw + 48
    2   CoreFoundation                      0x000000010e19fcbd +[NSException raise:format:] + 205
    3   UIKit                               0x000000010f457c89 -[UINib instantiateWithOwner:options:] + 499
    4   UIKit                               0x000000010f1d995f -[UITableView _dequeueReusableViewOfType:withIdentifier:] + 428
    5   UIKit                               0x000000010f1d9e32 -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:] + 71
    6   CCAutocomplete                      0x000000010dfc1e4a _TFC14CCAutocomplete26AutoCompleteViewController9tableViewfTCSo11UITableView21cellForRowAtIndexPathCSo11NSIndexPath_CSo15UITableViewCell + 586
    7   CCAutocomplete                      0x000000010dfc20af _TToFC14CCAutocomplete26AutoCompleteViewController9tableViewfTCSo11UITableView21cellForRowAtIndexPathCSo11NSIndexPath_CSo15UITableViewCell + 79
    8   UIKit                               0x000000010f1ed4f4 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 766
    9   UIKit                               0x000000010f1ed62c -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 74
    10  UIKit                               0x000000010f1c1d4f -[UITableView _updateVisibleCellsNow:isRecursive:] + 2996
    11  UIKit                               0x000000010f1f6686 -[UITableView _performWithCachedTraitCollection:] + 92
    12  UIKit                               0x000000010f1dd344 -[UITableView layoutSubviews] + 224
    13  UIKit                               0x000000010f14a980 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 703
    14  QuartzCore                          0x0000000114195c00 -[CALayer layoutSublayers] + 146
    15  QuartzCore                          0x000000011418a08e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
    16  QuartzCore                          0x0000000114189f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
    17  QuartzCore                          0x000000011417e3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
    18  QuartzCore                          0x00000001141ac086 _ZN2CA11Transaction6commitEv + 486
    19  QuartzCore                          0x00000001141ac7f8 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
    20  CoreFoundation                      0x000000010e0c4c37 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    21  CoreFoundation                      0x000000010e0c4ba7 __CFRunLoopDoObservers + 391
    22  CoreFoundation                      0x000000010e0ba7fb __CFRunLoopRun + 1147
    23  CoreFoundation                      0x000000010e0ba0f8 CFRunLoopRunSpecific + 488
    24  GraphicsServices                    0x0000000113c45ad2 GSEventRunModal + 161
    25  UIKit                               0x000000010f08ff09 UIApplicationMain + 171
    26  Stock                               0x000000010de7fba2 main + 114
    27  libdyld.dylib                       0x0000000111c2b92d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 

Cocoapod not using latest swift 3 version?

I just tried to installing the pod install, and it looks like that is using an older version of code (not swift 3). Any chance that can be updated, or is there a better way to install to get the latest and greatest? Thanks,

Direction of the tableview

Hi,

Can we make the tableview display on top of the textfield?

If it's not possible, that would be a cool enhancement.

Trouble building project after clean pod install

I am having trouble using this pod in my project, with compiling it under Swift 4. The following are the errors I keep getting:

Screen Shot 2019-04-29 at 7 17 24 PM

Please let me know if I am doing something wrong. I am using version 0.0.4 of this pod.

How to choose multiple options?

Hey, I really love this library. Was exactly what I was looking for even on the design aspect. I was wondering how I can obtain more than 1 user input in the textfield.

ex. user enters 'us' and then clicks on USA. textfield should look like "USA"
Then when I want to add another country, all I do is add "," after "USA" and then it lets me click more countries while disabling USA. So If I type "eng" and then pick England, the final textfield will look like "USA,England"

How to Hide autocomplete view?

Hi,
how to hide autocomplete menu when click on view like dropdown..is there any solution please let me know.

Thanks
Srilaxmi.N

Add Sections

Hello!
Thanks for the great piece of code.
How can I add sections for the popup tableview?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.