Visualize Range in Attributes Inspector Tab in Interface Builder

2016-03-28 Thread Sukhmeet Singh
Hello All, The documentation states that Range can be used as one of the types for "User Defined Runtime Attributes" in Interface Builder. I am trying to declare a variable of the type NSRange annotated with @IBInspectable. I am not able to visualize The User Defined variable in Attributes

Re: Volume of background music

2016-03-28 Thread Charles Jenkins
I will definitely check out the books. My fear is that they are for playing music files in my sandbox, stuff I ship with the app, but won’t be able to access the user’s music library as MPMusicPlayer does. But hopefully I’ll learn I’m wrong about that. --  Charles On March 27, 2016 at

Re: Volume of background music

2016-03-28 Thread Charles Jenkins
Yep. My understanding may be incorrect, but I think MPVolumeView controls the system volume. People have apparently found ways to bring the window up and use fake touches to alter the system volume programmatically, but because it controls the overall volume of all apps you switch to and the

Re: override NSTextField paste behavior

2016-03-28 Thread Rick C.
Sorry for the delay I’m working on this thanks for the help! :-) > On 25 Mar 2016, at 12:55 PM, dangerwillrobinsondan...@gmail.com wrote: > > > What Ken is saying is use an NSFormatter > It really should have been named something like NSValidator or inherited from > something like that to