Hi All ! Sometimes, Developer may want to restrict users to copy some data from their app. Most of the time, for displaying rich-media-contents, developers use UIWebView. But UIWebView comes with default behaviors. We eliminated one of the default behavior … Continue reading →
Using this post, I am going to discuss following topics. Adding a Navigation bar in the popOver Adding Bar-button Items in the PopOver-navigation bar Pushing a view-controller in the PopOver Poping a view-controller in the PopOver Setting the size of … Continue reading →
This post will cover following topics UIPopoverViewController UIBarButtonItems UIToolbar, UINavigationBar IBActions & IBOutlet collections Illustration using step by step Illustration using Video. I will describe to the points & will not write too much. 01. Open existing project or create … Continue reading →
I believe, most of the applications include ratings within application for different purpose. So, Here, I am just going to provide basic module & which can be used based on your different needs. Here are the screen-shots from the Output … Continue reading →
Very simple illustration for implementing this. 1. Open your view controller. 2. Enable Battery monitoring. 3. Put a scheduler to update battery details. Here is the code for it.
Objective-C
1
2
3
4
5
6
7
8
9
-(void)viewDidLoad
{
[superviewDidLoad];
// tell the device that - my application is going to monitor Device Battery levels
Hmm ! Using this tutorial, I am gonna illustrate the Auto Image slider. Most of the sites have that kind of sliding images on the top. Say for example, this site has it there on the top-right corner. This is … Continue reading →
Someone asked me to solve the problem. He/She was not able to solve this. I was not busy. So, In my spare time, I solved this & I am adding his solution here. Here are the screen-shots of the sample … Continue reading →
Someone asked me to solve the problem. He/She was not able to solve this. I was not busy. So, In my spare time, I solved this & I am adding his solution here. Here are the screen-shots of the sample … Continue reading →