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...
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 ??
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...
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...
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....
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...
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...
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...
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...
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...