I want to make an app that allows all users who have the app to change text fields. I am thinking something like google docs, embedded in an app. The app would automatically change for all that have the app downloaded. Is this possible to do? I have searched for examples in this, but find none...
My setup:
MacBook Pro mid-2012, 2,3 GHz Core i7,
4GB RAM, 500 GB HD 5400 rpm, NVIDIA GeForce GT 650M 512 MB dedicated, Intel HD 4000 integrated.
Software: OS X Lion, Xcode vv. 4.3.3 & 4.4.1
Writing here because of its random nature, so Googling or browsing these forums didn't help.
The issue...
Since it's more on the Xcode side than that of Automation I decided to post my thread there.
My OS X is Lion. I downloaded Xcode 4.3.3 and Xcode 4.4. Prior to that when launching Automator I got used to see "NameOftheAutomatorAction couldn't be loaded because Xcode application wasn't found" log...
Hi,
I'm learning Swift using playgrounds. Whenever I finish some code and there are one or more errors, xcode only shows the error text in the issue navigator. But when I want to it to tell me where in my code this error relates to I need to restart Xcode to get this to work.
Anyone...
can someone working in Xcode on a 12" rMB show me the screenshots of the interface? I'm thinking of getting a rMB, but I'm not sure if I feel comfortable with the screen realestate.
currently I'm on 2013 15" rMBP, and I wouldn't mind a dedicated machine for coding as I need this 15" MBP for...
Seeking a copy of the dmg file from Apple's Developer website. Unfortunately I do not have a developer account and cannot afford one but would like to use a couple of the tools for school found in this file.
If you are willing to share a copy, please feel free to send me a PM.
Thank you :)
Hello, I am presenting a pop-up on my view controller, http://imgur.com/sQcPNJ6 and I want to access a label on the viewcontroller that is presenting it. (the left one) So I put this code on the pop-up (the right one) http://imgur.com/mUY4Mmn If anyone could help me, I would be very grateful...
I'm trying to write a simple bar code scanning app using a hardware attachment to an iOS device.
The restriction is that I can only have one view controller descending from the device events, but I need 3 or 4 tabbed views responding to the device.
So in essence - I need two or more views with...
Hi guys, so far in my app using swift and Xcode, I've created
Log in, Sign Up and reset password screens
Taking a picture and uploading it to firebase
and putting all users onto a database onto firebase
Now people can send an image to every registered user,
how would I go round making a...
I want to create a social media app a bit like snapchat, users can receive and send images to people. I want to use firebase for this. Are there any free tutorials online as I can only find paid ones. Thanks in advance
Problem:
I made some changes to some source code today, and noticed that when I replaced "inDirectory" in a Bundle.mainBundle.pathForResource call with "subdirectory" and subsequently put it back in, Xcode replaced letters other unrelated areas of code with the letter "i". If, for example, my...
OK. I'm taking a C++ course and everyone is on Windows. I have been successful in learning how to use Terminal to compile (g++) and run my very basic programs.
I have Xcode on my Mac and I've been told that it's a complete IDE. But if I copy the source code into an Xcode window I just have the...
Having a bit of a problem with the SIGABRT error code.
Basically I am trying to add the quickblox admin panel into my app using Xcode 8 and mainly Swift.
I think it came up since putting in the quickblox framework. It says this is the line with the error.
0x14ad36 <+10>: jae 0x14ad46...
I am new into Mac OS server and I have found possibilities that come with Xcode integration. I need a machine that will work ONLY as a server for building small Xcode projects.
Which Mac mini model will be the best for my needings? Like I said Mac mini will be used only for server Xcode builds...
Does anyone have an alternative for printing from their apps?
Air Print is incredibly slow, I've heard that with some new printer models it improved by a couple seconds, but if the user has to wait 25 seconds, 22 seconds doesn't help that much.
This has been haunting me from day one. Our app...
What is the best way to show images on an app?
Currently we download from our DB via base 64 and store it in core data, which makes scrolling down the collections view of products a long time.
I don't believe we need to save to core data, because internet speeds are efficient these days and...
When I take a video using UIImagePickerController and save it to SavedPhotosAlbum using
ALAssetsLibrary *library = [[ALAssetsLibrary alloc] init];
[library writeVideoAtPathToSavedPhotosAlbum:(NSURL *)movieURL
completionBlock:^(NSURL *assetURL, NSError *error){
if...
I am looking to create a very simple app. Essentially it’s a backend database connected to a user facing skin, not unlike imdb.com. For example, the database would have lists of movies and actors, and the user could click on a movie to see which actors are in it, and click on an actor's name to...
I have an app that the user can either pick a video from device photos or take a video and then save it to the apps documents directory. I want to fill in some text fields with the creation date of the video. I can fill in current time and date when the video is taken but I want to get the...