Questions tagged as 'ios'

1
answer

Show data coming from a JSON in a listview

namespace Monitorizacao.UI.Pages { public class Post { public int Id { get; set; } public string Title { get; set; } public string Body { get; set; } } public partial class TestAPIPage : ContentPage {...
asked by 20.12.2017 / 18:55
0
answers

Code sign key, keychain error

I'm new to the programming area and iOS and would like to understand what this error is and understand how I can fix it.    Error: iOS code signing key 'iPhone Developer: Luiz ***** (F *********)' not found in keychain. (N *** App.iOS) I...
asked by 14.11.2017 / 16:03
0
answers

UIKit / UIKit.h not found on Facebook Notification SDK (FBNotification) [closed]

I'm trying to compile my project, but after a long time without opening it, I started getting an error about FBNotification SDK. The message is:    In-file included from /Users/paulo/Developer/workspaces/xcode/xyz-ios-swift/Pods/FBNotifica...
asked by 06.11.2017 / 22:44
2
answers

Brazilian phone mask

I'm migrating from Android to iOS now, and I have a question. Can I make Swift something like onTextChanged of Java? I need a mask for my UITextField which is dynamic, according to the number of characters entered ( ## ####...
asked by 01.11.2017 / 13:56
0
answers

Better solution for holding app finish after all UI tests finished [closed]

I've been working with iOS UI tests in the past few weeks and besides KIF I've been using Fastlane to check my code and some other stuff like releasing to Fabric and TestFlight. One of the great features of Fastlane is 'snapshot', which takes sc...
asked by 29.09.2017 / 23:44
0
answers

navigationBar responding to two tableViews

I'm trying to get my navigationBar to respond to this second tableView as shown in the gif. Does anyone know how I can do this?     
asked by 04.09.2017 / 06:02
0
answers

Where do I enable the iOS keychain on xamarin / vs?

I'm using xamarin forms and trying to use xamarin.Auth to save information in the device database..For android I did this and all right ... But when I squeeze IOS I get this error ... > Xamarin.Auth.AccountStoreException: SaveAsync error =...
asked by 17.08.2017 / 18:19
1
answer

Notification with sound in Swift

I have a problem making an application similar to an alarm. It turns out that I can not find any way for the user to select a song in their library and use it when they touch a notification. Is that possible in Swift? What I implemented was a...
asked by 16.07.2017 / 18:59
0
answers

Geolocation and HTTP requests in the background with Ionic 2

I am creating an application with Ionic 2 in this application I need to get the geolocation of the device and make HTTP requests for a web service I have been publishing. I used SQLite to save the information while it was offline, and to se...
asked by 09.06.2017 / 02:26
1
answer

How to adjust the height of a UiView in Swift 3 according to the subviews?

I have a UIView with subviews, and I need the UIView to increase or decrease according to the size of the subviews, the same idea of a layout with height wrap_content. Does anyone know how to do this in Swift 3? Thank you in advance.     
asked by 24.05.2017 / 22:46