seanliu1
seanliu1
I recently work on coredata and spotlight integration https://developer.apple.com/videos/play/wwdc2017/210/ Apple introduces a few things NSCoreDataCoreSpotlightDelegate ``` container.persistentStoreDescriptions.forEach { $0.setOption(MyCoreDataCoreSpotlightDelegate(forStoreWith:$0, model: container.managedObjectModel), forKey:NSCoreDataCoreSpotlightExporter) } ``` I wonder how to integrate spotlight...
## New issue checklist - [x] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit) - [x] I have searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate - [x] I have...
## New issue checklist - [ X] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit) - [ X] I have searched [existing issues](https://github.com/Instagram/IGListKit/issues) and this is not a duplicate ### General...
I am reading the IGListBindingController for https://github.com/Instagram/IGListKit/blob/master/Guides/Modeling%20and%20Binding.md In the post example, since localelikes is a variable on PostSectionController. If section controller is recreated, will we lose all locale likes? What...
Thanks for your blog post and this demo app. I play around the demo and try to make my own one, but notice one race condition which will cause app...
We will automatically close the playerVC if something was wrong such as network error However sometime, when we close it, I can still hear ads sound, even thought it is...
In CI environment, If I setup cocoapods-local before running pod install, ``` echo -e "machine quibi.jfrog.io\nlogin ${JFROG_USERNAME}\npassword ${JFROG_PASSWORD}" > ~/.netrc bundle exec pod repo-art add cocoapods-local "https://xxxxx/api/pods/cocoapods-local" ``` I will...
I have a locale repository. My private pods depends on other public pods ` spec.dependency 'SwiftProtobuf', '~> 1.1.1' ` When I run pod install ``` !] CocoaPods could not find...