Tom van Zummeren
Tom van Zummeren
I found a way to do it! ``` let apContact: APContact = ... let recordId = ABRecordID(apContact.recordID.intValue) let ab = ABAddressBookCreateWithOptions(nil, nil).takeRetainedValue() let abRecord = ABAddressBookGetPersonWithRecordID(ab, recordId).takeUnretainedValue() let controller =...
Thanks for reporting this issue. But isn't it time to let go of TZStackView and migrate to UIStackView? In my apps iOS 8 usage is currently around 0,2%.
Yes, thank you very much. This weekend I will try to find time to merge this (and other pull requests)
You are right. I should do that. I will try to make some time this weekend!
I just released 1.2.0! Sorry it took so long. I have been very very busy...
Not really, other than I have no time right now to process the whole list of merge requests for TZStackView and release a new cocoapods version etc.
Hey @iGranDav , would you really like to help me maintain this library? I can give you contributor rights if you're still interested!
@iGranDav well, thanks to one of the pull requests I merged in the past, the library is no longer compatible with iOS 7 anyway. So you would not be making...
@iGranDav ok I agree, so it won't be a 100% covering test if you test with SDK 8. But it will be a lot better than NOT doing any testing,...
I made you a collaborator!