Are you asking about an NSFetchRequest that notices when objects are added to
or changed in your persistent store by another process, or by another thread in
the same process?
In the latter case you can use the notifications posted by the
NSManagedObjectContext that's being saved, and use that
I have a mutable attributed string where a range is set to bold.
textFont is valid.
NSFont* bFont=[fontManager fontWithFamily:textFont.familyName
traits:NSBoldFontMask weight:0 size:textFont.pointSize];
[mas setAttributes:@{NSFontAttributeName:bFont} range:rge];
This works.
When a set the attri
Ignore the noise.
Just clicked : Use addattribute:… message.
Doh! Programming early in the morning is bad.
> On 25/09/2016, at 1:57 AM, tridiak wrote:
>
> I have a mutable attributed string where a range is set to bold.
> textFont is valid.
>
> NSFont* bFont=[fontManager fontWithFamily:textFont
Does anyone has had experience in drawing custom windows with the help of
HIThemeDrawWindowFrame and HIThemeDrawTitleBarWidget? I know Jens has had some,
as I checked the archives of the list before I posted this.
I have managed to draw a custom window with a vertical title bar and the
traffic
I was just trying to upload an IPA to Testflight I am getting:
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file
'Foo.app/libswiftRemoteMirror.dylib' is not permitted. Your app can’t
contain standalone executables or libraries, other than the
CFBundleExecutable of supported bundles. Re