nav bar's rightButton with barButtonItems, but is this even
possible in code?
I'm missing something here. Or I'm not. Any ideas?
Thanks,
Alex Zavatone
I think I must be a bit dense here, but why not just keep a dictionary of
images an
> On Jun 21, 2016, at 3:14 PM, Alex Zavatone wrote:
>
>
> On Jun 21, 2016, at 2:24 PM, Rick Aurbach wrote:
>
>> On Jun 21, 2016, at 2:00 PM,
>> cocoa-dev-requ...@lists.apple.com<mailto:cocoa-dev-requ...@lists.apple.com>
>> wrote:
>>
>>
> On Jun 21, 2016, at 3:40 PM, Alex Zavatone wrote:
>
>
> On Jun 21, 2016, at 3:23 PM, Rick Aurbach wrote:
>
>>> On Jun 21, 2016, at 3:14 PM, Alex Zavatone wrote:
>>>
>>>
>>> On Jun 21, 2016, at 2:24 PM, Rick Aurbach wrote:
>>
problem? Must I explicitly resize the UITableView
to fit the popover’s view? Is there any way to get the autoLayout system to do
this for me? Has anyone else experienced a similar problem?
Or am I just stupidly overlooking a completely obvious step that I really OUGHT
to know?
Cheers,
Rick
() would access the localized.strings file for the
framework in which it was called.
Is this possible? If so, can you give me a few pointers on how to make this
work??
Thanks,
Rick Aurbach
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please
be
impossibly tricky. (I haven’t tried it, but I expect that if I tried, for
example, to parse out the module name from inside the locate() function, I’d
get the name of the module it is located in, not the module of the call-site.)
Sigh.
I guess I should file a suggestion radar about it.
Cheers,
R
newly-constructed catalogID. If the newly-constructed catalogID is
(correctly) unique, the fetch will return nil. A non-nil result means that
there is a duplicate.
Does this sound useful in your environment??
Cheers,
Rick Aurbach
Aurbach & Associates, Inc.
On Aug 30, 2014, at 2:00 PM, cocoa
popover? What did you try that didn’t
work? That sort of thing would be greatly helpful in addressing your question
in a meaningful way.
Cheers,
Rick Aurbach
On May 18, 2015, at 2:00 PM,
cocoa-dev-requ...@lists.apple.com<mailto:cocoa-dev-requ...@lists.apple.com>
wrote:
Message: 2
Dat
h? If you had a
problem like this, how would YOU tackle it? Since I’m a Swift newbie (well, I
guess everybody still is, but I’m more so than most), I would appreciate any
thoughts or suggestions for the best way to tackle this problem.
Thanks.
Cheers,
Rick Aurbach
Aurbach & Associates, In
On Jul 6, 2015, at 5:15 PM, Quincey Morris
mailto:quinceymor...@rivergatesoftware.com>>
wrote:
On Jul 6, 2015, at 13:10 , Rick Aurbach
mailto:r...@aurbach.com>> wrote:
So my question: does this make any sense?
If I was going to Swift-ify the Event concept, I wouldn’t use an
associated with the event.
Cheers,
Rick
On Jul 6, 2015, at 6:29 PM, Quincey Morris
mailto:quinceymor...@rivergatesoftware.com>>
wrote:
On Jul 6, 2015, at 16:21 , Rick Aurbach
mailto:r...@aurbach.com>> wrote:
Are you suggesting that we implement a custom fetched property
No, I’m thin
current SDK was, but with a deployment target of 5.1. And it uses
ARC, GCD, and blocks. Not auto-layout.
My memory isn’t that good about the differences between 5.0 and 5.1, but it is
definitely true that 5.1 has a lot more capability in it than has been claimed
in this thread.
Cheers,
Rick
r techniques which could be used to examine the
>> data model and locate (and fix!) the error which is leading to this problem.
Cheers,
Rick Aurbach
President and Chief Engineer
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Ple
be
some increased processing costs.
What are your experiences?
Cheers,
Rick Aurbach
Aurbach & Associates, Inc.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Con
e to refer to it via a strong property, and it's fine.
>
> I thought ARC worked the same in both cases (that is, retained the object on
> assignment and kept it around until the last reference was gone, even if via
> a regular ivar)
>
> A bit of googling co
w do do this, but how do I go about removing this
warning message? Ideally, I'd like to do this on a file (or occurrence) basis,
so that I can make sure that other similar usages are similarly safe.
Cheers,
Rick Aurbach
Aurbach & Associates, Inc.
Timer and hence is known
to return void. Therefore, using the #pragma to turn off this message is safe.
Thanks for the insight.
Rick Aurbach
Aurbach & Associates, Inc.
On Jan 21, 2013, at 2:45 PM, Greg Parker wrote:
> On Jan 21, 2013, at 12:20 PM, Rick Aurbach wrote:
>> It appears
Up to you.
> Really just swapping out data, views themselves aren't necessarily different
> as data changes. Additional view controllers might not be necessary.
>
>
> Sent from my iPhone
>
Why not make the detail view one big multipage-wide view embedded in a
UI
to iOS 6. So the
real question is whether the OP wants customers who still own the original
iPad. Not everyone can afford to replace a device like an iPad quite that
quickly. And remember that unlike iPhones, there are no subsidies or exchange
plans to make the device more affordable.
Rick
I'd opt for NEITHER. Try using a single storyboard to maximize the ability to
wire together the navigation segues in IB.
Rick Aurbach
On Mar 25, 2013, at 2:00 PM, cocoa-dev-requ...@lists.apple.com wrote:
> Message: 6
> Date: Mon, 25 Mar 2013 09:12:51 -0600
> From: koko
&
ied
self.sampleImage = [UIImage imageNamed:@"earth.png"];
Cheers,
Rick Aurbach
Aurbach & Associates, Inc.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Co
screen for easy selection).
I would be interested to hear from anyone who has encountered a similar
situation and has implemented a solution which they find satisfactory.
Cheers,
Rick Aurbach
Aurbach & Associates, Inc.
___
Cocoa-dev maili
Alex,
You have my attention, I don't really understand what you're suggesting. How
would a gradient overlay to the selection-list UITableView aid the user in
scrolling to a particular date or making a selection? Could you elaborate??
Rick Aurbach
On Apr 17, 2013, at 8:50 AM, Ale
tems (that are also disabled) are hidden
> and shown depending on the app state. I use -setItems:animated: to do this.
> When I do, I see them flash white, then dim to the disabled color.
>
> Is this a bug? Is there a workaround?
>
> Thanks,
>
ng here, but my guess is that
grayed text is the default text attribute for the disabled state, unless
explicitly overwritten.
Rick Aurbach
On Jul 10, 2013, at 5:53 PM, Rick Mann wrote:
> I'm building it in IB.
>
> On Jul 10, 2013, at 15:46 , Luther Baker wrote:
>
&g
sable
the control. This idea here is for the text attribute for the disabled state to
be set after any animations, etc. have completed.
On Jul 10, 2013, at 6:10 PM, Rick Mann wrote:
>
> On Jul 10, 2013, at 16:07 , Rick Aurbach wrote:
>
>> Well, since a UIBarButtonItem is a
ual file name
(i.e., change either the filename or the argument to exactly match) I get a
correct result on both the actual and simulated devices.
Cheers,
Rick Aurbach
Aurbach & Associates, Inc.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.co
pp in
AppDelegate::application(_:open:options) is never triggered. So just setting
the mime-type doesn’t seem to do enough.
It appears that I’m missing something, but I don’t know what. Can anyone point
me in the right direction?
Cheers,
Rick Aurbach
___
his on the web I
haven't been able to find it.)
Does anyone have any clues or pointers that I can use without causing my app to
be rejected by the AppStore? (And yes, I know I can just try it and see what I
get, but I thought I'd ask you folks before I did
o you think?
Cheers,
Rick Aurbach
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update
.
Thanks again for the help.
Cheers,
Rick Aurbach
> On Jun 7, 2018, at 12:18 AM, Ben Kennedy wrote:
>
> On Jun 6, 2018, at 11:14 PM, Rick Aurbach wrote:
>
>> Working with a storyboard, I add a Tap Gesture Recognizer, connect it to the
>> label, and connect the segue to t
// Folder
>MainStoryboard_iPhone. storyboard
>InfoPlist.strings
>
> Do I duplicate the whole folder "en.lproj" or just the
> "MainStoryboard_iPhone. storyboard" file in the folder?
>
> I can't se
problem (i.e., a problem with the
instantiation of the object. Please accept my apology.
Cheers,
Rick Aurbach
On Feb 13, 2014, at 6:23 PM, Kyle Sluder wrote:
> On Thu, Feb 13, 2014, at 01:53 PM, Rick Aurbach wrote:
>> Notice that the storyboard recognizes that the label ought to in
unnecessary code in my subclass. But before I do so, I’d like to
survey what people think, how they approach this problem, etc.
(This is sort of like the undefined selector issue that has been discussed
recently, but seems to me to be a slightly different wrinkle.)
What do you do??
Cheers,
Rick
On May 7, 2014, at 2:33 PM, Charles Srstka wrote:
> On May 7, 2014, at 2:24 PM, Rick Aurbach wrote:
>
>> I am using a CocoaPod that ALMOST does what I want it to. It appears that I
>> can get the desired behaviors by subclassing it (creating a category is also
>>
collection view is likely
to be the one which receives the -prepareForSegue, it should know the tag
encoding it set when the cells were created. All knowledge of what is what is
localized in the managing controller and no special knowledge is required.
Cheers,
Rick Aurbach
Aurbach & Associ
ore Data
auto-generates a .h file for the TransactionEntry table that defines methods
which don’t exist in Core Data. (This is an old, well-known problem. Google
“Core Data Ordered Set”.) You can read more about this problem at
http://cypressnorth.com/programming/nsinvalidargumentexception-with-n
inch.
(I.e., a typographical point is 0.0139 inches or 0.353 mm).
Recalling that screen sizes are measured diagonally, the diagonal of a 1680pt
X 1050pt rectangle is 1981pt (or 27 inches). I conclude that your Mac has a
27-inch screen at a resolution of 123 X 123 px/in.
Cheers,
Rick Aurbach
Transposition type indeed! Thanks for catching it. (If you check my
calculations, I was clearly using 72 pt/in)
Cheers,
Rick Aurbach
8233 Tulane Avenue
St. Louis, MO 63132
eMail: rla...@icloud.com
Phone: 314/721-7987
“The single biggest problem in communication is the illusion that it
39 matches
Mail list logo