Hi Friends,
I am stuck with this problem.
We are doing compression in .net and decompression in iPhone,
Using GZip compression on both sides but the answer differs. Anyone has clue then please reply.
Thanks in Advance.
...
Hi,
I have succesifully customized a UITableView component in my UIViewController with all kind of stuff. Like borders on top, sides and bottom, spaces between cells and etc...
The problem is that I have done this in the implementation file of my UIViewController.
I want to create a UITableView component with all that already in it, s...
Hi,
I have a picker view. My app needs uisearch bar for searching contents in the picker view. such that the picker view rotates itself to the item similar in the search bar.
Help me.
Thanks.
...
I need a line that changes color along the path (which could be approximated by a linear gradient in one direction, if that is easier).
Is it possible to draw the path of a CAShapeLayer so that it has a color gradient?
...
Is it true that UITabBarController never calls initWithNibName on its child views (individual tabs)? Or have I just set my app up in a really screwed-up way?
My MainWindow.xib looks like this in interface builder:
Note that the Window is completely blank while all the action happens in the Tab Bar Controller.
My app delegate calls...
Hi,i m creating button through coding.When specific button is selected i m setting its alfa to zero & then appropriated text is assign to that button after which its alfa is set to 1.But problem is that if i selected more than one button at a time then last selected button gets the alfa 1 and rest of all remain in highlighted state.I wan...
Is there any way to programatically show the root view controller in portrait mode responding to a user action?
in my app the root view controller can be updated responding to some user interaction with the detail controller and i'd like to pop it over when that happens.
Thanks!
...
Hey, need some help with this stuff =)
Everytime I select another cell i got more an more "Net Memory"
(I hate the "enter code here")
CODE can be found here: http://pastebin.org/374904
...
Can some one help me out from the time calculation in form of hr:min:sec. But I does need the system time. That's for I made this code
I try to make time calculation in the form of hr:min:sec
but it doesn't work in right way(it work till one hours)&
((1)after the 60 second output is 0:1:60 (2)after the 61 second output is 0:1:71 (3)afte...
I'm having trouble implementing MPMoviePlayerController. I've downloaded and run the MoviePlayer app, and it works fine, but I'm unable to reproduce this functionality in my own app. I have added the MediaPlayer Framework and imported to my app.
Here are the relevant parts of my code:
UITableViewController class:
- (void)tableView:(U...
Hello, I have a tab bar application in which i have 3 diffrent views each with there own view controller.
In the tab bar code i have this, to handle rotation.
#import "RotatingTabBarController.h"
@implementation RotatingTabBarController
// Override to allow orientations other than the default portrait orientation.
- (BOOL)sh...
Hello Guys,
I face a strange situation. In my controller viewDidLoad calling before init method. Is any technical reason behind that ?
...
I'm trying to implament a callback mechanism where I pass in a block to the init of a class, and after some work that class calls me back. The block gets called and most everything works, except when I call anything on "self" within the block. I get Program received signal: “EXC_BAD_ACCESS”.
unless I comment out any reference to self...
I have a uitabbarcontroller which has one UIViewController added to it. (I reduced to smallest case possible). This viewcontroller calls up a UIView which draws a UIButton via:
- (void)drawRect:(CGRect)rect
{
CGRect brect = CGRectMake(0, 330, 60, 27);
CGPoint centern=CGPointMake(CGRectGetMidX(brect), CGRectGetMidY(brect) );
...
I hace been looking around on how to make a swipe action with javascript so that it loads $next (the next page). Any ideas? Thanks.
...
I tried to upload my iPhone application to the App store, but received the following error: The binary you uploaded was invalid. The icon file must be in .png format.
The icon file IS in .png format, size 57x57, so assumed it is a bug and tried to upload with Application Uploader, when I got another error:
Application failed codesign ver...
HI all,
i want to move a UILabel up for 5 sec and gets hidden.
Something we see in games, when we get bouus or something,
a text comes up ,moves up saying something "+300" etc.
How to do move UIlabel?
regards
...
I am using the following code and it draws a triangle on the screen. But for some reason it displays the below triangle.
Here is the code:
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
CGMuta...
I'm trying to add some playlist support to an iPhone app that I'm working on, and need to access what playlist is currently playing music from. Not an exact song, but the entire playlist. Is there any way of doing this? I've been all through the API and haven't found anything.
Thanks for any help!
...
CGAffineTransformMakeRotation(90);
How can I send mytextfield.text to CGAffineTransformMakeRotation
like : CGAffineTransformMakeRotation(mytextfield.text);
...