riksof-abdulrauf

Results 3 issues of riksof-abdulrauf

Hi, 1- How can I get the new Apple default filters ``` // Get only the core image filters. NSArray *filterTypes = [NBUFilterProvider availableFilters]; ``` ![img_0345](https://cloud.githubusercontent.com/assets/5626513/10134594/6f188316-6600-11e5-8180-e9f3b630aef9.PNG) 2- Can I add...

enhancement

yt-direct-lite using Google APIs client library and its Depreciated, https://github.com/google/google-api-objectivec-client is there any update of yt-direct-lite ? Actually Example of https://github.com/google/google-api-objectivec-client-for-rest not runing at my end

I have pulled the code from `https://github.com/youtube/yt-direct-lite-iOS.git` then created a pod file having ``` platform :ios, '8.0' pod 'Google-API-Client' ``` then updated the file utils.h with my testing app keys,...