BWDB SQLite wrapper for iOS ARC issues
问题 I am trying to use Bill Weinman's BWDB wrapper, which can be downloaded here: http://bw.org/iosdata/ I can't convert it to ARC properly, can someone more experienced then i to look at it? Main issue is va_list in insertRow & updateRow methods, idk what to do with it. The rest of the errors are easy to get rid of. Thanks in advance for any help/advice! Header file // BWDB.h // Created by Bill Weinman on 2010-09-25. // Copyright 2010 The BearHeart Group, LLC. All rights reserved. #import