Questions tagged as 'ios'

1
answer

Swift error when running the app: dyld: Library not loaded:

When I run the app both in the simulator and on a device, it closes and shows me the following error: dyld: Library not loaded: @ rpath / DatePickerDialog.framework / DatePickerDialog   Referenced from: /Users/bimo/Library/Developer/CoreSimul...
asked by 25.09.2018 / 21:58
1
answer

ACAccountStore swift2

How do I create an account for my application with ACAccountStore in swift2 and Xcode since it only shows me facebook and twitter but I will not use them. I need to create is an account that is of my application. Thanks.   ...
asked by 09.06.2016 / 15:15
1
answer

Load content script "Playbuzz" in a WebView

I try to upload content from a "playbuzz" script within WebView , I found a way to do it, which is loading the script in a web page: String urlPlayBuzz = "http://www.jorgesys.com/playbuzzcontent.html"; webview.loadUrl(urlPlayBuzz);...
asked by 13.12.2017 / 04:42
1
answer

UITable type Accordion IOs Swift 4

I have the following UITable @IBOutlet weak var resultsTableView: UITableView! let sectionTitles = [NSLocalizedString("movementsPayTitle",comment:""), NSLocalizedString("movementsCollectTitle",comment:"")] func getCell(cell: QueryPayme...
asked by 30.04.2018 / 21:22
1
answer

How to modify the value of a global variable from Alamofire

For example, I need to change the value of the variable existUser which by default is initialized as false to true but when the variable is finished it being in false and only the value true is kept within the response of Alamofire i...
asked by 14.07.2017 / 17:43
2
answers

libc ++ abi.dylib: terminating with uncaught exception of type NSException

I get the following error when running the application: objc[1951]: Class PLBuildVersion is implemented in both/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Priv...
asked by 10.03.2017 / 19:23
1
answer

Problem when doing massive load of events in the calendar ios

I'm trying to make a massive load of events in a calendar ios either locally or in gmail (The calendar is chosen by the user in the manner I describe in the following answer ) using objective-c . Adding an event with the functions I hav...
asked by 17.11.2016 / 18:05
3
answers

Access a textfield from a class

I have a class created in cocoa to draw some straight lines on the screen, I run the application and draw everything in the coordinates I give it. However I want to be able to assign the values from a textfield that is in the viewcotro...
asked by 22.09.2016 / 19:38
1
answer

Prevent safari from "reacting" by using touch in BODY

I'm doing a webAPP, and using the safari (on an iPAD) it happens that using the touchpad in BODY, where there is no other element, the browser "reacts", it seems that "select" all the elements or something similar. In addition, by pressing the t...
asked by 14.10.2016 / 04:21
1
answer

Send email from swift

I'm doing an app in which users are registered and can interact with the app. Could you send an email from swift every time a user registers or every time they get a score record?     
asked by 01.09.2016 / 10:04