Our macOS forum encompasses everything related to Apple's operating system.

1,109 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for tactfulsaint

I dont know if it happens to other people's mac but mine whenever i delete file or data from my flash drive with me mac it leaves exactly the same size of the same files i deleted in a .Trash, _DStore folder. plus how can i enable show/hidden files on …

macOS adobe:flash
Member Avatar for Clint_1
0
16K
Member Avatar for givemethemac

So my next problem is what mac is right and reliable for me? I will be using my mac for: - Writing word/pages docs - Programming in C++ , Objective-c , Java and more - Game development - Powerpoint/keynote presentations - A little bit of PhotoShop - Music and personal …

Member Avatar for fallout4player
0
520
Member Avatar for harshguy

We started learning C++ in our class at school a few months ago, and hence, we have to download and use Turbo C++ 3.0 (90s software, ugh), as we don't have to change the syntax at all. Till now, I managed on Code::Blocks on my sister's Windows, but I want …

macOS c++
Member Avatar for mackit
0
1K
Member Avatar for FindNerd

As the iPhone7 will going to be launched in the coming months for all its personal and professional customers , So the Apple will Provide many new features in its upgraded version iphone7 which are embedded with advanced technology as compared to its earlier version iPhone6. You can check upgraded …

Member Avatar for ChrisRogers
0
319
Member Avatar for cecillovell2

Recently, I have bought a kindle fire for ebook reading. But after I import my computer’s PDF ebooks to my kinlde, I found it not very comfortable to read PDF in Kindle, one of my friends said that it is a good choice for us to convert pdf to mobi …

macOS pdf
Member Avatar for Lieze
0
676
Member Avatar for john-carter

Few days ago, the guys at the Apple store had to reinstall my OS and they have installed OS X 10.10. Is there a simple and easy way to create a copy of this to an external hard drive to use it in the future if I need to boot …

macOS
Member Avatar for rubberman
0
842
Member Avatar for pradiplamsal

Hi guys from last month I am using one browser it called [Max Safe Browser](https://itunes.apple.com/hk/app/max-safe-browser/id774765714?mt=8) provided by Max Secure Software India Private Limited and I am feeling good by using this browser in my iphone and here I am just asking which browser is your best for iphone? If you …

Member Avatar for jeffmarkel
0
474
Member Avatar for Member #1127230

Hello everyone! So I am using a mac, and while I am not using any applications that require a webcam (like skype or video chat clients), I see a red dot on my webcam. Does this mean my webcam is on and spying on me? If so, what should I …

Member Avatar for rubberman
0
240
Member Avatar for adamhmiles

There are rumors that iPhone 5S or iPhone 6 (whatever it will be called) will be introduced in a number of colors, with big size, excellent 12 MP camera, thumb impression detection for security and will be a bit bigger in size. What will be your favourite feature among these …

Member Avatar for Cbgttyu
0
418
Member Avatar for markyorose

Who bought "Apolsoft Android SMS Transfer" of this software? Can give me some advice? I want to be able to export my Android SMS database to my pc in a friendly txt, html or pdf format that is easy to read. I have the sms.db file ready to use, i …

Member Avatar for markmullen
0
333
Member Avatar for ravi_14

let session = NSURLSession.sharedSession() //1 let downloadTask = session.downloadTaskWithURL( url, completionHandler: { [weak self] url, response, error in // 2 // return } ) Please explain the meaning of [weak self] inside closure . what if we dont declare it as [weak self] ? Thanks /

macOS
0
211
Member Avatar for oldnier

Over the summer I started downloading photographs directly to our iPad. In the past I had first loaded them onto our laptop and then transferred them to the iPad. Now, I am wondering if I can take what I first put on the iPad and move them to the laptop. …

Member Avatar for Honny flussia
0
794
Member Avatar for chetanbhasin

This may seem absurd at first but please read on. Recently I've heard that a lot of people are installing Mac on standard machines made for Windows - either using hardware Virtualization or using some kind of tweak with their BIOS. I also heard that Apple recently switched their working …

macOS microsoft wifi
Member Avatar for Honny flussia
-1
575
Member Avatar for iPoor

Hi guys, i own an iPod Touch 4G but its running slow (even apps and games) on iOS 6.1.6 but was running smooth on the 4.x Firmware, is there any way to downgrade my Device to an Older, Smoother iOS??

Member Avatar for iPoor
0
237
Member Avatar for sidjdev

Here is the screenshot of a view That I hope to get in my ios app.. The ViewControlelr is embedded on a UIScrollView.as you can see, in the beginning there are 4 important UIViews, namely-"View1", "View2","FixedView" and "SEARCH". The UIScrollView must have size height limit at FixedView. When the "+" …

0
158
Member Avatar for XYfanc1001

I have brought a new mac and would like to sync my iPhone content with the new mac (i.e. contact, calendar, apps and etc..) As the the first sync will erase all contents from my iPhone, is there any way to avoid it. If the iPhone backup has been performed …

Member Avatar for Honny flussia
0
3K
Member Avatar for Charles_12

I am trying to access a site that displays a camera monitoring my granddaughter's daycare. I have installed the latest version of Java on my Mac running Lion. I have added an exception for the website to the security settings for Java but it continues to block my access to …

Member Avatar for rubberman
0
371
Member Avatar for rnalh5gh

What is the best place to download mac software besides having to download torrents? I used to use pspiso to download all of my pc software but now that I have a mac I wanted to know the best sites.

macOS mac-software
Member Avatar for SmileDK
-1
275
Member Avatar for drgunjan

Hi, I had transferred a few thousand pics to my ipad from my PC. Now my PC , Crashed after that. Is there a way toget those old transferred pics back to my new PC. Have tried Dropbox and sync and iTunes etc. nothing works. These are all good only …

Member Avatar for Blancheo0
0
337
Member Avatar for Patryk_1

I am selling this 5 year old Mac through online. But before that, I am looking to wipe all its data to an extent where it is unrecoverable. The only question is how should I make sure if my Mac is wiped beyond recovery.

Member Avatar for Jesshillips
0
233
Member Avatar for Mecbethben

I don't care if there is a Bluray drive built in or not. I have an external one that didn't cost a fortune. What I would like is for Apple or some third party to release some proper software support for Bluray films, in particular those that have some form …

macOS mac-software
Member Avatar for OwenTaylor
0
370
Member Avatar for Dani

My Mac address book syncs itself with my iPhone. Somehow (I think through Microsoft Entourage??) it silently added contacts to the address book for everyone I sent/received an email to/from. I now have thousands of contacts that have an email address only with no phone number, and I don't want …

macOS email
Member Avatar for Amber_4
0
718
Member Avatar for ravi_14

#import "Person.h" @class Asset; //i have used import "Asset.h" which contains definition for asset @interface Employee : Person { int employeeID; NSMutableArray *assets; } @property int employeeID; - (void)addAssetsObject:(Asset *)a; - (unsigned int)valueOfAssets; @end I got this snippet from objective c book. In the second line , author has used …

macOS objective-c
0
255
Member Avatar for fmindlin

I reluctantly upgraded to Mavericks, initially over fears about my old Adobe CS4 functionality stopping to work. Thankfully, it didn't, but I'm so annoyed by the change in functionality to both Preview and TextEdit as a result of the removal of the "Save as..." command. I can't imagine what anyone …

macOS adobe
Member Avatar for vegaseat
0
219
Member Avatar for fernando.sawyer.98

Hi, I am studying Computer Engineering (2nd year). I would like to buy a laptop but dont really know anything about the laptop market. I was wondering if a Mac would be recommended for me to use for my programming work? Any avice would be appreciated. Thank You.

macOS career
Member Avatar for Richard_25
0
268
Member Avatar for Member #46692

So I just got a mac mini, hopefully it will last a good 5-10 years, I need mac os for adobe cloud, it is untouchable at the minute, otherwise I would have spec'ed a small mini box wiped it and put linux on. But meh yeosemite icons look and feel …

macOS
Member Avatar for RobertHDD
0
309
Member Avatar for happygeek

As any fan of the The Matrix trilogy of films will tell you, the Keymaker is a character in The Matrix Reloaded who has the keys to provide Neo access to the system mainframe and by so doing hopefully save Zion from the ongoing sentinel attack. In the movie, the …

Member Avatar for MrWonderful1961
0
510
Member Avatar for adnan_6

Please let me clarify that as for the ios(iphone) there is need of .app file as opposed to android where there is need of .apk file. Please tell that is there a way to use xamarin studio for ios(iphone) for .app file that can be used in the ios(iphone) without …

Member Avatar for Kelly Burby
0
196
Member Avatar for happygeek

According to a [SecureList posting](https://securelist.com/blog/69462/darwin-nuke/) dated April 10th, researchers Anton Ivanov, Andrey Khudyakov, Maxim Zhuravlev and Andrey Rubin discovered a vulnerability in the Darwin kernel back in December 2014. Why is this of interest? Well, the Darwin kernel is an open source part of both the Apple operating systems. The …

Member Avatar for ChaoticCoder
0
509
Member Avatar for Violet_82

Hi peeps, I have just purchased a used iphone 5 from ebay which is apparently locked to a provider, does anybody know where I can find more information about unlocking it? I usually unlock android phones, so I wouldn't expect it to be too difficult, I'm just not sure where …

Member Avatar for Violet_82
0
178
Member Avatar for AVINASH_5

Iam using windows 8.1 and want to install mac os on my system. please help me a lot. i m new to os .

Member Avatar for BinaryDigit
0
230
Member Avatar for scheppy

Ive made a java program to do automated tasks for a game. It takes screen shots with java.robot every 250 milliseconds. The program is working great, but it will always crash at around the 30min mark Im running this program on my mac, and this is the crash report that …

macOS java opengl
Member Avatar for scheppy
0
455
Member Avatar for Member #1119206

I have couple of errors with creating and callng functions.pls have a look.I am using swift for coding. [img]http://i.imgur.com/OVARWui.png[/img]

macOS
Member Avatar for rubberman
0
269
Member Avatar for Mayukh_1

I have a small program for Linklist in C.. ** linklist.h** // // linklist.h // LinkList // // Created by Mayukh Sarkar on 17/04/15. // Copyright (c) 2015 Mayukh Sarkar. All rights reserved. // #ifndef __LinkList__linklist__ #define __LinkList__linklist__ struct LinkList{ int Data; struct LinkList* NextData; }; struct LinkList *Firstdata = …

macOS c
Member Avatar for rubberman
0
267
Member Avatar for 68thorby68

Today I have an ipad, an iphone and a windows laptop. My laptop is nearing the end of its life and needs replacing. Should I replace the windows laptop with an IMac or Air book? The reason I ask is NOT processing power, battery life, or price. Just do I …

macOS mac-hardware
Member Avatar for XP78USER
0
247
Member Avatar for Member #46692

I'm really excited about the progress made with affinity. It's a cut of the price of creative cloud. Looks like affinity photo is soon to be released with https://affinity.serif.com/blog/ With an indesign clone coming shortly - all for the princly sum of ÂŁ39.00 per app. Which is ridiculously cheap compared …

Member Avatar for Member #46692
0
171
Member Avatar for AshleyBallard

Can Mac OS X 10.8 upgrade now? Mine is Macbook Pro which is brought in 2011.

macOS
Member Avatar for OscarCin
0
167
Member Avatar for Prithiv_2

Hi, I am able to see my HDD and its partitions in Disk Utility but I am not able to see in in Finder or in ls /Volumes/. I have some data that's important and I intend to back it up. Is there any other way to access the HDD. …

macOS
Member Avatar for Prithiv_2
0
281
Member Avatar for GrayMayday

My niece is only 8 years old, we really worry about her online safety. Is there any professional parental control software? How about the Aobo Mac Keylogger? Anyone who uses it please give me some advice, thanks!:-/

macOS mac-software
Member Avatar for Ram_11
1
440
Member Avatar for Abners

I have been using windows since 2000 but now i want to switch to ios because windows operating system get corrupt instantly.please suggest me to choose one ?

Member Avatar for techtrendsit
0
338
Member Avatar for gadgetandgear
Member Avatar for techtrendsit
0
225
Member Avatar for elisabeth.foss.75

I just bought a nascita feenix mouse but it doesn´t work propably. When i plug it into my mac it only works a few times and some times if i restart my mac with the mouse plugged in it works again. I was wondering if there was something wrong with …

macOS mac-hardware
Member Avatar for rubberman
0
188
Member Avatar for hany_2

After i upgrded by OSX to Yosemite Adobe ilustrator crashes when i open it, I thought this may be due to font problems i disabpled the fonts and still crashes when i just open it ... anyone knows what shall i do?

macOS adobe
Member Avatar for hany_2
0
72
Member Avatar for CarlosBailey

Does anybody here know some plugins for QuickTime to play Blu-ray on Mac?

macOS
Member Avatar for wreckship
0
246
Member Avatar for martin.stack

hi my Mac had ma Finder virus so I rebooted back to factory settings I thought I had saved most of my stuff to disc but missed an important Sibelius 7 file which has 9 months of work on it

Member Avatar for wreckship
0
175
Member Avatar for jalpesh_007

As i am learning ios, please suggest some video or material on how can i create tabbed app. i want to create app for technical institute, where i am studying now. Thanks

Member Avatar for Kelly Burby
0
114
Member Avatar for Member #46692

I'm just trialing affinity designer for Mac and left me just say it does more or less everything photoshop and illustrator does at a fraction of the price $49.00. Wow... Not only that but it imports existing photoshop and illustrator file with almost 100% integrity. Looks like I can say …

macOS adobe graphics
0
190
Member Avatar for ferrous

Now the OSX new system is free to upgrade, but my computer was brought in 2011.can i upgrade?? thanks

macOS
Member Avatar for kc0arf
0
208
Member Avatar for abhilivetech

hi , i am new to computers ...i want to know how can i see the bacis services in my apple computer....i know it for windows its like open the task manager click on services tab and i can see the services that are given in side by microsoft. but …

macOS
Member Avatar for kc0arf
0
116
Member Avatar for silent lover

dear all daniweb users, i start using xamarin to create ios software. in mainstoryboard, i navigate passcodevc view controller to songlistvc view controller. i use scandit barcode scanner script in passcodevc.cs . after barcode scanner script, i want navigate from passcodevc view controller to songlistvc view controller. i use this …

Member Avatar for Michael_31
1
367

The End.