nsrover.wordpress.com
Creating a OS X menubar only app | NSRover
https://nsrover.wordpress.com/2014/10/10/creating-a-os-x-menubar-only-app
Creating a OS X menubar only app. I just love small utility apps that sit in my mac’s menubar and provide some useful functionality. I recently updated to Yosemite beta and found the awesome ‘Dark Mode’. Since I also use a dark theme in Xcode while coding, this felt perfect. To switch on the Dark mode, there is a setting under System Prefences- General - Theme. Or you can enter commands in Terminal. Hmmmm… really? Can’t I just have a switch in the menubar? And there you have your mac app, run it! To be s...
nsrover.wordpress.com
YouTube API on iOS : Uploading a video | NSRover
https://nsrover.wordpress.com/2014/04/23/youtube-api-on-ios/comment-page-1
YouTube API on iOS : Uploading a video. Update: If you are only targeting iOS 8, I have created a Framework bundle. To make things simpler. As straightforward as it may seem, one can get lost trying to get their app to use the YouTube API. This tutorial will explain how to use the API to get a list of videos in a playlist and then upload a video right from our app! These are the basic steps we will be following:. 0 Create a iOS project in Xcode. 1 Register an App with Google. 2 Get the YouTube Data API.
nsrover.wordpress.com
YouTube iOS Framework | NSRover
https://nsrover.wordpress.com/2014/11/18/youtube-ios-framework/comment-page-1
It’s almost 2015 and while we are close. To the hoverboard dream, but integrating YouTube API still seems to be stuck in 2012. Starting iOS 8, we have full(almost) support for Frameworks and I think a service like YouTube is a perfect fit. Although Google seems to be taking its own sweet time to release one, here is something you can work with in the mean time. It’s a Framework which bundles the libGTLTouchStaticLib.a. Also, this is still a work in progress so there are a few limitations. This xib is a p...
nsrover.wordpress.com
SWRevealViewController disabling user interaction when toggled to Rearview | NSRover
https://nsrover.wordpress.com/2014/08/06/swrevealviewcontroller-disabling-user-interaction-when-toggled-to-rearview
SWRevealViewController disabling user interaction when toggled to Rearview. There is currently no iOS system component that works like a reveal view. I am talking about that sort of left sliding drawer implementation you see in the Facebook app. I use a third party library called SWRevealViewController. Its a great peice of code by a developer named John Lluch. However there is one annoying problem with the code and every designer I work with insists I have. November 2, 2014 at 5:31 pm. Can you provide a...
nsrover.wordpress.com
YouTube API on iOS : Uploading a video | NSRover
https://nsrover.wordpress.com/2014/04/23/youtube-api-on-ios
YouTube API on iOS : Uploading a video. Update: If you are only targeting iOS 8, I have created a Framework bundle. To make things simpler. As straightforward as it may seem, one can get lost trying to get their app to use the YouTube API. This tutorial will explain how to use the API to get a list of videos in a playlist and then upload a video right from our app! These are the basic steps we will be following:. 0 Create a iOS project in Xcode. 1 Register an App with Google. 2 Get the YouTube Data API.
nsrover.wordpress.com
YouTube iOS Framework | NSRover
https://nsrover.wordpress.com/2014/11/18/youtube-ios-framework
It’s almost 2015 and while we are close. To the hoverboard dream, but integrating YouTube API still seems to be stuck in 2012. Starting iOS 8, we have full(almost) support for Frameworks and I think a service like YouTube is a perfect fit. Although Google seems to be taking its own sweet time to release one, here is something you can work with in the mean time. It’s a Framework which bundles the libGTLTouchStaticLib.a. Also, this is still a work in progress so there are a few limitations. This xib is a p...
nsrover.wordpress.com
iOS8 Simulator – Documents Directory | NSRover
https://nsrover.wordpress.com/2014/11/28/ios8-simulator-documents-directory
IOS8 Simulator – Documents Directory. Update 8.1.3:. Someone at Cupertino just can’t make up their mind. With the release of 8.1.3 the path for the documents directory changed yet again from:. Library/Developer/CoreSimulator/Devices/ SIMULATOR YOU WANT /data/Containers/Data/Application/ APP YOU WANT. Library/Developer/CoreSimulator/Devices/ SIMULATOR YOU WANT /data/Applications/ APP YOU WANT. Tl;dr: Download the app. Run it to open the most recent application’s documents directory. We now get gibberish.
nsrover.wordpress.com
About | NSRover
https://nsrover.wordpress.com/about
I am software developer from Pune. I am passionate about coding and love making apps and games. IOS takes up the bulk of my development experience and passion. Knowledge of the best practices in software architecture, design and UI help me create apps that users love to use. I started my career as a game developer and still love making games. I have experience making games on Flash and iOS platform. I am always looking for great fun projects. You can contact me on LinkedIn. Leave a Reply Cancel reply.
nsrover.wordpress.com
Creating a OS X menubar only app | NSRover
https://nsrover.wordpress.com/2014/10/10/creating-a-os-x-menubar-only-app/comment-page-1
Creating a OS X menubar only app. I just love small utility apps that sit in my mac’s menubar and provide some useful functionality. I recently updated to Yosemite beta and found the awesome ‘Dark Mode’. Since I also use a dark theme in Xcode while coding, this felt perfect. To switch on the Dark mode, there is a setting under System Prefences- General - Theme. Or you can enter commands in Terminal. Hmmmm… really? Can’t I just have a switch in the menubar? And there you have your mac app, run it! To be s...
nsrover.wordpress.com
Quickly toggle Invert colors on OS X | NSRover
https://nsrover.wordpress.com/2014/11/14/quickly-toggle-invert-colors-on-os-x
Quickly toggle Invert colors on OS X. Tl;dr — download the app here. If you are on a slow machine, this may not work for you. But fear not, read on and you can build one that does.). Just make a lot more sense to me than,. If you have times like these too, OS X has an Invert colours option. Unfortunately it is buried layers inside System Preferences. The app from here. Place it anywhere on your system you want (provided that location is indexable by spotlight). You can be creative and rename. Hit the pla...
SOCIAL ENGAGEMENT