Skip to main content
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 ...
abdulrahman mousa's user avatar
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 ...
Ali Aqdas's user avatar
  • 455
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 ...
LizG's user avatar
  • 2,560
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 ...
mab's user avatar
  • 235
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 ...
Al-shimaa Adel's user avatar
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 ...
Randall Wang's user avatar
  • 1,057
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??
Kavitha Madhu's user avatar
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 ...
Hardik Gondaliya's user avatar
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 ...
Kavitha Madhu's user avatar
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....
subbu's user avatar
  • 31
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", @"...
subbu's user avatar
  • 31
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 ...
subbu's user avatar
  • 31
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....
Naveen Patnala's user avatar
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 ...
mocode9's user avatar
  • 239
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/...
raju's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
782