Questions tagged as 'ios'

1
answer

Custom Components

Is there any way to create custom components / screens with some components already loaded? For example, create a% custom%, with some default elements in it. But so that it can be added through UIViewController . Sample situation:...
asked by 15.10.2015 / 12:16
1
answer

TextView IOS Swift - Balloon Design

Hello everyone, I would like to know how do I do a textView of this in ios with swift? Thank you in advance for your attention.     
asked by 04.08.2015 / 04:50
2
answers

How does a view appear inside the ViewController after pressing a button?

I'm starting to program in Swift and would like to know how to hide and show a view that is inserted in ViewController after a button is pressed. > In the app, the user will pass some data and click the button, clicking on the butt...
asked by 15.07.2015 / 14:16
1
answer

Refresh annotations

I need to update annotations on the map after inserting values in CoreData. I have the first view with the map, and a second where I add the new values to new annotations, but it is only when I enter the application for the first time that the a...
asked by 16.06.2015 / 13:38
1
answer

Is it possible to leave a YouTube embed in the background in iOS?

I'm doing a project using Ionic + Cordova and wanted to know if it's possible on the iPhone to leave a Youtube video running in the background while blocking the screen. By default devices with iOS pause the video when it enters the background....
asked by 17.06.2015 / 14:20
2
answers

Sending data from one tableView to another

I'd like to pass values from one tableView to another. I took a value through indexPath.row, I would like to send the value to another tableView so that it can make a switch to display different views.     
asked by 27.07.2015 / 15:19
1
answer

How to work with UILongPressGestureRecognizer in Swift using tables?

I need when the user presses the table cell to appear an alert with information. Follow the code import UIKit class MyTableViewController: UITableViewController { override func viewDidLoad() { super.viewDidLoad() self...
asked by 15.07.2015 / 20:38
1
answer

open a native application android / ios / wp

I can open an application with a web link in ios (eg: sms = number), how do I open it on android and windows phone? is there another way to open up to the 3 OS by html or some other script?     
asked by 11.06.2015 / 14:00
1
answer

How do I configure files for many Targets?

How can I configure Xcode to perform the following task:  Use 1 Target as a template for other targets, and some file / class to be included or changed in this template, can be referenced in other targets already created. And each file / clas...
asked by 21.05.2015 / 04:09
2
answers

Why does an 'NSInvalidArgumentException' occur in this code?

I have a class that manages my entire database, my project is in Swift but I have two classes in Objective-C to bridge the classes and my Helper . p> After some testing on the iOS simulator I had the following error message:    Terminatin...
asked by 24.06.2015 / 19:32