Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xcode

  1. Dj64Mk7

    iOS Cannot use \n escape character inside Playground

    Hi! I can't seem to get the \n (newLine) escape character working in a Playground within xCode 8. xCode always gives the Fix-it "Replace '\' with ' '", which does nothing but add "\n" to the results sidebar.
  2. B

    Resize unresizable windows

    I want to make Viber window smaller as it occupies a lot of space on desktop. Unfortunately, the minimal limit is too big for me and I want to override it. Is there any way to change this default minimal window size? Could I use XCode for that? Any suggestions will be highly appreciated!
  3. X

    macOS How to import another xcode project to Xcode with the same hierarchy?

    I have some Xcode example which uses oxygine-sound library and works great. I want to include this library to my project too. But I can't to do it. In the example it looks like this: but when I drag oxygine-sound.xcodeproj (I have this file downloaded) I get another picture of hierarchy. I...
  4. P

    iPad device for drawing comics doable?

    I had thoughts about writing out comics. I'm looking for an apple device to do that with with. Then it dawned on me. The ipad pro 12.9" with the pencil and logitech keyboard. I can't buy one now and will probably wait until november'ish. Would the iPad pro work as a drawing / tablet device? I'm...
  5. C

    iOS AnyObject syntax error

    This is my error, " Argument type 'AnyObject.Protocol' does not conform to expected type 'AnyObject'." I get this error when I insert the following code: var constraint = NSLayoutConstraint(item: AnyObject, attribute: NSLayoutAttribute, relatedBy: NSLayoutRelation, toItem: AnyObject...
  6. C

    iOS Convert swift2 syntax to swift3

    Can someone please help me with a some conversion from swift2 to swift3? Here are the three lines written in swift2 and would like this functioning in swift3: return CGSizeMake(view.frame.width, 80) layout.headerReferenceSize = CGSizeMake(view.frame.width, 50) return...
  7. C

    iOS Parse class not created through swift code

    I am experiencing an issue when I try to create a new parse class through swift. My code for creating a new class is the following: let query = PFQuery(className: "newClass") The issue is that a "newClass" class is not created in my Parse dashboard and I don't get an error message. And since...
  8. M

    Apple’s Software Quality Decline

    Apple’s Software Quality Decline. This is a nice read and the painful truth. http://mjtsai.com/blog/2014/10/11/apples-software-quality-decline/?utm_content=buffercf405&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
  9. smacrumon

    MacBooks and Xcode development worth their weight in gold or rose gold?

    So considering a new MacBook. Anyone have experience with MacBooks and Xcode development? Are the new MacBooks released earlier this year powerful enough for Xcode development? The display at 12 inches, is that going to be too small to be useful? Appreciate any guidance and views on this.
  10. HIGHV0LTAGE

    iOS Trying to side load Snap+ and keep getting an Xcode error message

    I've tried to get Snap+ to install on both my iPad Air Wi-Fi iOS 9.3.2 and iPhone 6s Plus iOS 9.3.2/ iOS 10 and keep getting the error...
  11. HIGHV0LTAGE

    Resolved Trying to side load Snap+ and keep getting an Xcode error message

    I've tried to get Snap+ to install on both my iPad Air Wi-Fi iOS 9.3.2 and iPhone 6s Plus iOS 9.3.2/ iOS 10 and keep getting the error...
  12. N

    iOS Yelp API sample...help with Yelp integration on iPhone.

    I've been trying to integrate the Yelp API into my app to populate a table view with nearby listings. After grabbing the sample Obj-C code and installing the pods, everything works fine. However, I wasn't aware that there was a special way in which Yelp intended for the mobile API to be...
  13. strat59uk

    2.8GHz Mac Mini better than expected

    I just purchased a refurbished late-2014 2.8GHz, 8GB, 1TB Fusion Mac Mini for £650 direct from Apple. I got it primarily because my early-2008 Mac Pro (Quad Core, 12GB, 2x 256GB SSD and still going strong!) isn't supported by macOS Sierra. As I'm an iOS developer I felt I just had to be running...
  14. meduzarija

    macOS Is Dusk color scheme updated in Xcode 8?

    Maybe I'm just trippin but it looks to me like Dusk color scheme is slightly updated. I mean I saw it only on screenshots, that is not merit, since images can be edited and changed during compression and uploading to the web, but what I saw looks like some minor color changes to the current Dusk...
  15. meduzarija

    macOS Anyone tried Xcode 8?

    Has anyone tried Xcode 8 Beta? I am kinda eager to update, so I am deciding whether or not should I replace current 7.3.1 with 8 beta. Any experiences with the beta?
  16. Analog Kid

    iOS Is there a current Xcode beta? 7.3.1 is crash happy

    I've recently gotten back into iOS development, so I don't have a paid Developer account-- which is fine for now, I'm just playing around with ideas locally, but I'm wondering if I should pay up. The problem I'm having is that Xcode 7.3.1 has gotten rather unstable-- refusing to compile things...
  17. T

    Is the MacBook good enough for me?

    I have owned iPhones and iPads over the past 8 years, but have never owned an Apple computer. I work for a software company and our primary product is a Windows based application written entirely in Java. I was recently tasked with creating our first mobile applications. I decided to use...
  18. arkmannj

    iOS XCode Noob Question: IB linking to Code

    Hello, I am just starting to learn Swift and XCode, and I had a quick question. I'm just learning about linking items in the Interface Builder (From a storyboard or XIB) to code by Ctrl+Click & dragging from the item in IB into the code, where XCode then places some code beginning with...
  19. loon3y

    iOS Using iPad Views From iPhone/iPod Device

    Currently we two storyboards iPad & iPhone. In order for us to print we generate a PDF from our View. The problem with this is that when we generate the pdf, we are giving tableview.bounds. In theory is it possible to reference the iPad Storyboard and populate the iPad view and use that view...
  20. R

    excel to plist or xml

    Hello, I'm very new to the game here, any help would be greatly appreciated. I am generating a quiz using a platform on Xcode. With roughly 7,000 questions that I have pre-generated in excel format I am trying to find a script which can convert my simple excel spreadsheet into appropriate plist...