PivotalCoreKit icon indicating copy to clipboard operation
PivotalCoreKit copied to clipboard

Shared library and test code for iOS and macOS projects

Results 13 PivotalCoreKit issues
Sort by recently updated
recently updated
newest added

I noticed that there was shared code in the three core projects, UIKit, Foundation, and CoreLocation, all dealing with method redirection (swizzling). This PR extracts the functionality to `PCKMethodRedirector` in...

Trying to run specs with PCK watchKit, but when I add the storyboard in the specs target i get this error. Xcode 7 seems to add some sort of setting...

Recently I have been noticing that many of my specs around table views and collection views are looking for cells at particular locations, however the full (row/item)+section pair is an...