I'm making an app for IOS that I already have ready on Android, I wanted to make a method that would leave the screen always on, but I'm not able to
On Android I did it this way:
MainActivity:
PowerManager pm = (PowerManager) getSystemSe...
As the jailbreak is not banned I think I can ask this question here, does it exist with jailbreak or some other way to install an app developed by me on an iPhone?
In case the app is automation it will control some devices.
I set up a builder interface to load a webview, with .h, .m, and .xib.
In a side menu, when I click on an option, I need to call this webview. Running the application, clicking this option returns the error "Thread 1: SIGABRT signal" in main.m....
I was developing an app using CLGeocoder, and suddenly it stopped working without me making any changes to the code, and started to return the following error.
ERROR /SourceCache/ProtocolBuffer/ProtocolBuffer-187.4/Runtime/PBRequester.m:82...
I'm trying to run a loop in Xcode , however it does not work.
The console is:
Type the loop number:
5
Nothing else happens in the terminal. There is no 0.1,2,3,4,5.
In short, it gets stuck after I type any number, bu...
I'm trying to compile a people.swift class with Terminal of MacOSX
class People
{
let name:String = ""
let age:Int = 0
init(name:String, age:Int)
{
self.name = name
self.age = age
}
let a...
I have a label inside a scrollView, and this label gets a N texts, some are small and others great so the idea was to put in scrollView, plus the problem is that I can not adjust the label to increase as the text , it cuts the rest of the line....
Personal
I am using the NSLocalizedString function in an app for iOS but it is not returning the referring text that I put in a Localization.strings file that has the content below. Could someone help me solve this?
label.te...
I'm trying to create a button that when pressed enables a text field that should take the user's input and change the button's label to the input, however when I tried to reproduce I just got the following result: Video Outcome
My ViewContro...