Questions tagged as 'iphone'

2
answers

How to insert many records in Realm with Swift?

I am trying to perform a massive data insertion in Realm, but it is doing it very slowly. this is my code: let realm = try! Realm() let group = GroupRealm() group.id = 1 group.name = "test"...
asked by 09.02.2017 / 21:11
1
answer

In iOS my CSS does not apply

The problem I have is sure to be silly, but I have not found anything to solve it. I have a CSS, which applies the styles according to the screen, that is, my website is Responsive Web Design . I use medias querys , which are defined in my...
asked by 18.11.2016 / 12:46
1
answer

Error with ionic run IOS

I want to run my app on my iphone and I get the following error when running ionic run ios  '    ** BUILD SUCCEEDED **       [....] Waiting up to 1 seconds for iOS device to be connected       [....] Found iPhone 5s (Global / CDMA) '...
asked by 18.11.2016 / 01:43
2
answers

problem xcode constrains

Good afternoon. I have finished my app with a few buttons, the problem comes when I change the screen and move to iPhone 6 for example or any other screen. I have tried many combinations, do you think of examples of constrains to adapt? even...
asked by 06.10.2016 / 14:51
0
answers

Get token for push notifications error

With the same application with xcode 8 and ios 10 on an iPhone 5 and on an iPhone 6 it returns token, however, when I try with the iphone 6s it does not return token and it is allowed notifications, etc ... I do not know if someone else has e...
asked by 22.09.2016 / 09:30
1
answer

Constraint in Swift 2

Is there any way to make responsive content without using Constraint? Because I'm making a rss reader and to adapt to all the iphone I have to put constraints but whenever I use them I see these errors in the console Probably at least one of t...
asked by 14.06.2016 / 12:17
2
answers

How to generate the .IPA installer for IOS IPhone in an Ionic2 project?

I'm working with Ionic2 on a "Mac X Capitan OS" after executing the command: ionic build ios and / or ionic emulate ios I get it /Users/AppPrueba/platforms/ios/build/emulator/AppPrueba.app ** BUILD SUCCEEDED ** I want to ge...
asked by 02.09.2016 / 18:49