Questions tagged as 'ios'

1
answer

Integrate Alamofire into a Cocoapods library

I'm doing a component in github integrated with cocoapods, the thing is that I want to use Alamofire within the component and of course I have not seen anywhere like making use of a library like Alamofire inside another library that would be the...
asked by 04.08.2016 / 17:36
1
answer

Make modal window wallapop type in ios with swift

I need to know if it is possible to do this modal window: I tried to do it with custom segues but it does not work for me Is there any way to do it with swift ??     
asked by 03.08.2016 / 12:02
1
answer

Change color of tab bar items not selected

I wonder if someone knows how to change the color of the items in the tab bar in ios 9, now with the following code only the selected one is marked. UITabBar.appearance().tintColor = UIColor.whiteColor() UPDATE SOLVED I found a way to...
asked by 11.08.2016 / 10:22
2
answers

Problems with getting files created in Swift 2

I am saving an image in a directory but when I go to access it returns that the file does not exist and checking the route I find that part of it changes every time I access the attached route example: / Users / mac / Library / Developer / Co...
asked by 13.06.2016 / 21:58
2
answers

Error after upgrading to cordova 6.4.0 in a project with Meteor

I have a project that was running with cordova 6.3.1 and it was all ok. After adding phonegap-plugin-push I started having problems %% Plugin doesn't support this project's cordova version. cordova: 6.3.1, failed version requirement: >=6.4....
asked by 07.11.2016 / 18:38
1
answer

Constraints do not fit on different screens

Good, I have a small problem. In StoryBoard I have designed the screen with the option Use Auto Layout deactivating the option Use Size Classes I added the necessary constraints and in the screens of 5.5 it looks great adjus...
asked by 21.01.2016 / 17:35
1
answer

ScrollView without using UIscrolView

Good I want to implement a scrollView but without using the UIScrollView . I can not use UIScrollView because CVCalendar has a problem with the Framework and when a ScrollView is added it stops working. That's why I...
asked by 21.02.2016 / 00:01
1
answer

Show UIViewController only the first time the app is opened

I have a problem, I have implemented GCM in my application and I have created a UIViewController to be the initial one and in which the necessary registration of this system is done. Once done, jump a UIAlertController whose button tak...
asked by 28.02.2016 / 16:50
1
answer

JSON does not enter the for Swift2

Good, I have this method that reads a JSON from a webservice and stores it in an array. func conecta(){ let myUrl = NSURL(string: "myWebService");let request = NSMutableURLRequest(URL:myUrl!); request.HTTPMethod = "POST"; // Compose a query s...
asked by 18.05.2016 / 10:04
0
answers

Is there an iOS emulator for Ubuntu 16.04?

I am starting to develop applications in React Native , I have ubuntu 16.04 LTS , and I have the problem that I can not install Xcode since I do not have a mac , use GenyMotion to emulate the system android...
asked by 29.10.2018 / 16:23