Skip to main content
1 vote
3 answers
796 views

I have a UIView that integrate a scrollview. Inside the scrollview I have a map where a user need to move a pin. I'm gonna reuse the location of pin later. I'm setting strong reference and ...
giorgio's user avatar
  • 105
0 votes
4 answers
186 views

Where is the problem accessing a ViewController: UIViewController label (here: outlet called timerLabel)from AnotherClass. I would like to set a text. class AnotherClass{ //[...] func ...
SoTm's user avatar
  • 807
0 votes
1 answer
738 views

I had this function to move certain textfields upwards, when the keyboards would block their view - I'm sure you all know about this: override func viewDidLoad() { super.viewDidLoad() let ...
Anton Bjerg's user avatar
0 votes
1 answer
380 views

am trying to work on a project in laravel 4.2 but now, i would like to limit on the number of login attempts for users.most solutions are laravel 5 and am not familiar with 5. so anyone with an idea ...
Tongi's user avatar
  • 51
0 votes
1 answer
88 views

Whenever I create a launch image .png file and try to implement it in my application xcode 4.2 distorts the image, skewing it horizontally. I've tried resizing it several times in photoshop, but no ...
James Wolfe's user avatar
1 vote
1 answer
90 views

It's my first time trying to develop an SQLite database for IOS, or any IOS app for that matter. I'm trying to follow a tutorial I found online and adapt it for my own use. The database was created ...
James Wolfe's user avatar
2 votes
2 answers
296 views

I want to put a literal array into a dynamic memory. double *rgb = (double*)malloc(3 * sizeof(double)); memcpy(rgb, (double []){1,2,3}, sizeof(rgb)); but I get the error: Too many arguments provided ...
jdl's user avatar
  • 6,353
0 votes
2 answers
2k views

friends, I need to switch between four to five views off different headers There are four views Example Settings Connections Open trades close trades These are the headers I want to navigate ...
user avatar
1 vote
2 answers
1k views

i want to add a drop down list For e.g: I need two menus like chats and soups. In chat i have to display some chat items similarly in soup items i need to display some soup items. While selecting ...
user avatar
0 votes
0 answers
315 views

Hey guyz help me to get rid of the problem through which I got stuck when tried to use MailCore to fetch emails from the gmail Account(My own gmail acc with proper credentials) I got the following ...
sarosh siddiq's user avatar
1 vote
0 answers
182 views

Has anyone had any experience with this crash from the XCode 4.2 linker: Command /Developer/usr/bin/llvm-g++-4.2 failed with exit code 1 No other information was generated, even with -v verbose ...
SMGreenfield's user avatar
  • 1,728
0 votes
0 answers
73 views

Xcode asks me to insert a semicolon after launchoptions but when I do is says that I need an Expected identifier. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(...
Mason Brown's user avatar
0 votes
1 answer
335 views

[Using Xcode 4.2 on Snow Leopard. OSX, not iOS] In IB, I created an outline view, and set up a view controller to be it's data source. When I expand/collapse a row, the 1st column resizes for ...
Jerry B's user avatar
  • 453
0 votes
3 answers
227 views

I am new to iOS sqlite. I am working on xcode 4.2. Here is my code: .h file #import <UIKit/UIKit.h> #import </usr/include/sqlite3.h> @interface RpTestViewController : UIViewController { ...
Mosiur's user avatar
  • 1,352
1 vote
1 answer
278 views

I duplicated a target and modified the corresponding property list file. Added a preprocessor macro that helps build the duplicated target from the same source files. But XCode 4.2 keeps crashing ...
Mahesh's user avatar
  • 34.7k

15 30 50 per page
1
2 3 4 5
130