Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
531 views

im trying to archive a bundle apk and send to my test flight. Build is Success and im not undestanding why is no working as before updating flutter. here is the message that shows up. enter image ...
pllsatierf's user avatar
0 votes
2 answers
860 views

The iOS app showing white space at bottom of screen for iOS version 13+ devices but it's fine with iOS 12 devices. This is a Xamarin.Forms project and I used CustomTabbedPage which render with ...
Yashwant Singh Rathore's user avatar
0 votes
1 answer
752 views

I am a new in-app ios development. I am trying to get a UI like this: - Here two types of tables are attached with one table view. This design in andriod. I tried in IOS and take one table view with ...
user3120670's user avatar
0 votes
1 answer
29 views

If I stop the program from Xcode the window uses the last size I had after resizing the window. If I quit the program while it is running, it resets to the size specified in the Width and Height ...
JamesH's user avatar
  • 77
0 votes
1 answer
422 views

This is a timer App and I would like for the timer to pause when the app gets killed and when you reopen the app I would like the timer to display the last known time. I have setup a struct for the ...
KinneyKare's user avatar
0 votes
1 answer
269 views

So I've literally looked everywhere but can't see an easy example of how to resize a UIImageView! my current code is using an IBAction and a UIView.animate to move the image UP and into the corner, ...
Taylor Styles's user avatar
0 votes
1 answer
503 views

Is it possible to overwrite user information in firebase? When the user signs up, they have to choose a profile picture, email, password and phone number. I would like to have users be able to edit ...
user avatar
-3 votes
1 answer
96 views

I get this error then doing this? My goal its to fetch an image from the firebase and view it in my tableview.
Nikolai Langsem's user avatar
0 votes
2 answers
1k views

I just tried to run old versions of Xcode on macOS Sierra.I've tried these versions:4.x,5.x,6.x. But I failed. All time I'm trying to launch old version it says that version of Xcode is incompatible ...
user avatar
0 votes
1 answer
48 views

First of all, let me tell you that I'm using xcode 4.6.3 and iOS 6.1. I have been trying to build connection using AFNetworking or CocoaPods. it throws errors due to backward compatibility issues. ...
Qasim Ali's user avatar
  • 607
2 votes
0 answers
368 views

I am not an IOS developer. I have a Cordova app with two small errors on IOS6. The app has been compiled in Xcode 7.2 on El Capitan usign the following configuration: The app compiles and works ok on ...
santi's user avatar
  • 582
3 votes
1 answer
85 views

I am trying to make an int on another page for my game. I tried This: "score = score + 1;" "scoretext.text = [NSString stringWithFormat:@"%i", score];" But every time I switch out of that view ...
Evan Cowan's user avatar
1 vote
0 answers
58 views

I'm building an iPhone app in XCode and it was just fine untill yesterday when it started to crash with a "No valid app key, exiting" error message in the console. It usually crashes a few seconds ...
Alex Fish's user avatar
  • 788
0 votes
2 answers
65 views

I am novice on objective c. I don't understand why my function doesn't work, it make an error SIGBART on the return of the function. + (NSArray*) jsonToArray:(NSString*)jsonString { id mappedObj =...
MohamedAli's user avatar
0 votes
0 answers
49 views

So I started to create my game app and I have run into a problem. I am new to coding and so I am having trouble with the intro to my app. When the app loads it fades in the title and imageview at the ...
KHart Studios's user avatar
0 votes
1 answer
192 views

I've never used Objective X, or Xcode, or developed any software for OS X, but I'm trying to convert an HTML5 website into a standalone app to run on OS X, so I can get it running full-screen, i.e. ...
Jonathan Wakely's user avatar
0 votes
0 answers
465 views

i am trying to load a gif image to the web view but while image was loading in Web view it become large... it means the size of the image is not fit to the web view.. NSString *path = [[NSBundle ...
Ketan Jogal's user avatar
0 votes
1 answer
112 views

Please help me anyone. I have xcode 4.6 project then now I want to upgrade the code to ios 7, so I am compiling the project in Xcode 5 . But everytime it shows an error in .xib file and when I open ...
Binnilal's user avatar
  • 170
0 votes
1 answer
442 views

I am trying to get a substring from a string. This is my code: NSString *haystack = @"1:ketan jogal:1 2:ios developer:2"; NSString*p1=@"1:"; NSString*s1=@":1"; NSString *prefix = @"2:"; NSString *...
Ketan Jogal's user avatar
0 votes
3 answers
2k views

I have an NSTextView in my XIB UI. In my code, I do [textview insertText:@"text i put here"]; many times, and then finally [textview setEditable:NO]; BTW, this is to create an information panel ...
XtremeHek3r's user avatar
2 votes
1 answer
262 views

Using OS X Yosemite Removed Xcode6, and installed Xcode 4.5 following this guide: http://iosdevelopertips.com/xcode/install-multiple-versions-of-xcode.html Installed Xcode 4.5 under a different ...
Alex Merrifield's user avatar
1 vote
2 answers
355 views

I'm writing the following structure : class F { protected: F* i; public: F(){i=NULL;} virtual F* clone()const=0; virtual double operator()(double x)const=0; virtual F* derivative(...
dada's user avatar
  • 1,523
0 votes
2 answers
4k views

I'm defining a class 'function' and two others classes 'polynomial' and 'affine' that inherit from 'function'. class function { public: function(){}; virtual function* clone()...
dada's user avatar
  • 1,523
1 vote
0 answers
51 views

I am using Xcode 6 for development.Recently while going through the some posts in web,I saw some new look of Xcode.Here I attached screen of that.I am not sure of that font that exist in the ...
SURESH SANKE's user avatar
  • 1,673
0 votes
1 answer
207 views

In safari or any browser when we press the back button, the previous page opens. But when we hold the button for a while, the browser history opens up. How do we code this in xcode?
JMS's user avatar
  • 281

1
2 3 4 5
141