Posts

Showing posts with the label xcode

Xcode Download? [closed]

Xcode Download? [closed] I just upgraded to OS X Mavericks, and I am very excited to be able to use all the new Mavericks technologies. I have just one problem: Where can I download Xcode? It is not listed in either the updates page in the Mac App Store, or at Apple’s developer website. Please tell me that I do not have to be a paid developer-program subscriber to download this update! The real problem is not with Xcode itself, but rather with the 10.9 SDK. Without the header files in the SDK, I cannot tell what the APIs are. As I do not know what the APIs are, I cannot use any developer tool (even those not based on Objective-C). I also noticed that Apple has not yet updated the Mac Dev Center with info for Mavericks, despite its public release. It is entirely probable that Apple is simply lagging behind with updating the developer website following today’s announcement. This question appears to be off-topic. The users who voted to close gave this specific reason: ...

Folder-button for a galleryapp (for example like )

Folder-button for a galleryapp (for example like ) At the moment I am trying to make a galleryapp with swift but I have only problems with it. Does anyone know of a starting point how to program a button on which you can create a photo album folder? What do you have to pay attention to? What kind of answer are you looking for? – Alexander Jul 2 at 0:24 If anyone knows a basically methode to program a button how I can create a foldern for new album folders – Henrik Jul 2 at 5:57 Well those are 2 separate parts, each of which could be pages of text. What have you tried to do to figure this out? – Alexander Jul 2 at 6:21 ...

Sometime mac keyboard dosen't work i have to type from simulator keyboard

Image
Sometime mac keyboard dosen't work i have to type from simulator keyboard I googled it and try many options but doesn't get success i am working on two apps at a time so when i run one app. mac keyboard works but when i run another app it stop working. i have to type from simulator keyboard i tried Hardware>Keyboard>Connect Hardware Keyboard but doesn't work and sometimes it work i am able to type from mac keyboard in same case. i am using xcode 9.2. I also tried this question Not able to type in textfield in iphone simulator using Mac Keyboard? any help will appreciate Hardware>Keyboard>Connect Hardware Keyboard 2 Answers 2 If you delete the following file and restart Xcode it should work. ~/Library/Preferences/com.apple.iphonesimulator.plist Or you can try this: https://stackoverflow.com/a/47696048/413877 This worked for me Xcode 9.3: Simulator app > Quit Simulator Simu...

Make UIButton accessible in Interface Builder

Image
Make UIButton accessible in Interface Builder I'm working on a little project which adds a little bar on the bottom of the screen, similar to UITabBar (see screenshot below). It's an @IBDesignable class. The blue boxes you can see are buttons with placeholder images. Now my question is, can I somehow open up these buttons to the IB as well? Like when I click one of the boxes I get the attribute inspector for that specific button? Thanks in advance UITabBar @IBDesignable Well, if every button has it's own xib, you can edit them there. – Sulthan Jul 1 at 11:02 1 Answer 1 Sorry I miss understood the question. No you can't have a UIButton as an attribute in the interface builder. I believe @IBInspectable only supports a certain group of typ...

How to get sleep data without healthkit in iOS 10

How to get sleep data without healthkit in iOS 10 I wants to get accurate sleep data into my iOS app without using health kit. Please provide suggestions. https://apple.news/As1Ja5ZpOSzOt--RV8NkIWQ Can you please be more specific on what you want to achieve here? because for some specific scenarios, there is no way beyond using iOS healthKit! – Karthick Ramesh Jul 2 at 5:17 @KarthickRamesh I want to display user sleep data in admin panel and i want it without health kit as it needs user permission. – Hemant Solanki Jul 2 at 5:58 1 Answer 1 No, for getting sleep data from iphone you need to use the health kit....