11,716 questions
0
votes
1
answer
112
views
How to change elements positioning in landscape mode?
I am trying to create this simple design 1
The problem is i am not sure how to move the photo to the left when in landscape mode. i have tried putting it into a stack view, but rather than moving the ...
0
votes
1
answer
421
views
How to set BarChartDataEntry labels (String not Double) not xaxis labels
Hi all i need help i want to format BarChartDataEntry labels as shown in image.
My Code
var dataEntries: [BarChartDataEntry] = []
var dataEntriesBottom: [BarChartDataEntry] = []
for i in ...
0
votes
1
answer
166
views
how to add variations to different phone sizes with the same size class
I have researched this issue but it only shows if you have different size classes.
I am trying to finish up my app with auto layouts. I am only using Portrait mode and only on iPhones so the size ...
0
votes
1
answer
308
views
can i get sim serial number from ios mobile for my ios app using ios programming?
I created my app on codename one and converted into ios app but i want to get sim serial number for user authentication. can i get sim serial number from my ios app ios native code in codename one and ...
1
vote
2
answers
691
views
splash screen error with xcode 9.2
I want to upload app to the store, but i'm facing this problem:
this is the images uploaded to LaunchImage :
and this is app general properties:
i have these warning:
: You're targeting iOS 8.0, but ...
3
votes
1
answer
277k
views
How to open file:///private/var/mobile/Containers/Shared/AppGroup/ folder on Mac?
I'm trying to use fileProvider in iOS 11 and have a database at file:///private/var/mobile/Containers/Shared/AppGroup/xxxx/xxx.db.
I would like to open this folder to open this database in SQLite ...
6
votes
2
answers
8k
views
Thread 1:EXC_BAD_ACCESS(code=1,address=0x20004018) How to solve this?
here I attached my snapshots when run my project, It shows on exception like Thread 1:EXC_BAD_ACCESS(code=1,address=0x20004018, I don't no how to solve this issue ...can anyone help me??
0
votes
1
answer
79
views
Migrating 32bit iOS app to 64bit
I am migrating my old iOS app code which was build in 32 bit Architecture. Now that Apple has removed support for that in OS11 I have to add support for 64bit. While doing so I am getting following ...
0
votes
3
answers
78
views
How to enable/disable a button while validating a button?
here I try this code.......enter image description here I try this code...I want to disable a button while validating a username and password.
if my username and password is correct then my button ...
0
votes
2
answers
101
views
in switch case i want to print nslog as per my requirement?
- (IBAction)calciAction:(id)sender {
weightBMI=(([_weightinpounds.text floatValue]) * 4.88)/((([_feet.text floatValue])+ ([_inch.text floatValue]/12)) *(([_feet.text floatValue])+ ([_inch....
0
votes
4
answers
63
views
how to add namearr array to my dictionary
NSArray* nameArr = [NSArray arrayWithObjects: @"Jill Valentine", @"Peter Griffin", @"Meg Griffin", @"Jack Lolwut",
@"Mike Roflcoptor", @"Cindy Woods", @"Jessica Windmill", @"...
0
votes
2
answers
461
views
SearchBar method deprecated issue
I used this method but it's saying it is deprecated. Which method should I use instead of this method?
-(BOOL)searchDisplayController:(UISearchDisplayController *)controller ...
2
votes
1
answer
870
views
Apns notifications is not Working with Developement Certificate
Please suggest me, As iam having developement p12 file and dependencies But iam getting Exceptiopn when sending notification through Developement Certificate.p12 file. the Exception is (javax.net.ssl....
1
vote
0
answers
128
views
Swift Parse Race Conditions
I am working on an iOS application that will take in ratings from users and come up with an average rating for a specific place based on all those ratings from the users.
No code has been written yet ...
0
votes
1
answer
43
views
first page open response like classplbuildpublish error [duplicate]
This is the error I'm getting in console when I run the app.
objc[4391]: Class PLBuildVersion is implemented in both
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/...