these seem to fix this issue.
Has anybody here run into this issue and are there any pointers towards a
solution?
Many thanks,
Diederik
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments
t;
> ___
>
> 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
t regarding
> this particular issueâ¦).Â
>
>
>
> Best
>
>
> Phil
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin requests or moderator comments to the list.
> Conta
n requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...@tenhorses.com
___
>
> 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 your Subscription:
> https://lis
<-[UIKBKeyplaneView drawContentsOfRenderers:]+1198>
> <-[UIKeyboardCache
> displayImagesForView:fromLayout:imageFlags:]+1518>
> <-[UIKBKeyplaneView displayLayer:]+448>
><_ZN2CA5Layer7displayEv+140>
>
<_afterCACommitHandler+174>
<__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__+23>
<__CFRunLoopDoObservers+391>
<__CFRunLoopRun+1147>
gt;
> 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 your Subscription:
> https://lists.apple.com/mailm
Please ignore, managed to solve this 10 minutes after hitting send…
On 7 nov. 2015, at 22:30, Diederik Meijer wrote:
> Dear list,
>
> Is it possible to change an iOS app window’s rootViewController at runtime
> and have a fade animation between the two states happen?
>
>
hanks again,
Diederik
> Op 9 nov. 2015, om 18:40 heeft David Duncan het
> volgende geschreven:
>
>>
>> On Nov 7, 2015, at 11:31 PM, Diederik Meijer > <mailto:diede...@tenhorses.com>> wrote:
>>
>> Thank you David,
>>
>> I forgot to me
both initialized in
applicationDidiFinishLaunching.
Each of them can call the above method of the app delegate and trigger the
switch.
Best regards,
Diederik
> Op 8 nov. 2015, om 04:36 heeft David Duncan het
> volgende geschreven:
>
>>
>> On Nov 7, 2015, at 1:30 PM, Diederi
is for iOS 8 and up, coding in Objective-C.
Many thanks,
Diederik
___
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
uses presentLocalNotificationNow, is there
still any need to call cancelAllLocalNotifications in order to ensure the
notification is only fired once?
Thank you,
Diederik
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post
I am overlooking any issues. In short, is this approach
acceptable? Or are there any risks to it?
Many thanks,
Diederik
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list
overlooking any issues. In short, is this approach
acceptable?
Many thanks,
Diederik
___
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
Sorry, yes I see now!! Will try that out and let you know!
Sent from my iPhone
> On 07 Mar 2015, at 13:43, Ken Thomases wrote:
>
> On Mar 7, 2015, at 6:34 AM, Diederik Meijer wrote:
>
>>> On 07 Mar 2015, at 12:36, Ken Thomases wrote:
>>>
>>>> O
36, Ken Thomases wrote:
>
>> On Mar 7, 2015, at 5:02 AM, Diederik Meijer wrote:
>>
>> This is part of XML parsing with NSXMLParser, is there any way to avoid this
>> type of staircasing by constructing a keyPath dynamically?
>>
>> if (self.nestingLeve
Tree at the exact right level?
Although the above code works fine, I would much rather be able to use an
abstract (variable) number of nesting levels, instead of the hardcoded 4 I am
using now.
Any thoughts would be appreciated, thanks!
Best,
Diederik
__
(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...@tenhorses.com
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.co
Op 24 Nov 2014, om 19:01 heeft Jens Alfke het volgende
geschreven:
>
>> On Nov 24, 2014, at 9:30 AM, Diederik Meijer | Ten Horses
>> wrote:
>>
>> I get no errors, but no results from the parser either. I haven't tested
>> against didStartElement, be
Verstuurd vanaf mijn iPhone
> Op 24 nov. 2014 om 05:15 heeft Jens Alfke het volgende
> geschreven:
>
>
>> On Nov 23, 2014, at 1:06 PM, Diederik Meijer | Ten Horses
>> wrote:
>>
>> When I just pull in the feed’s contents using a NSURLConnection, it w
Verstuurd vanaf mijn iPhone
> Op 24 nov. 2014 om 04:13 heeft Keary Suska het
> volgende geschreven:
>
>> On Nov 23, 2014, at 11:06 AM, Diederik Meijer | Ten Horses
>> wrote:
>>
>> I am having trouble getting useful data from this url on some, b
= [[NSXMLParser alloc] initWithData:self.dataContainer];
[parser setDelegate:self];
[parser parse];
}
I validated the feed’s XML and got no errors..
Anybody out there with experience in solving this?
Many thanks!
Diederik
___
Cocoa-dev
this on iOS7.
It may be bad practise to stuff a web view inside a tableViewCell, I am not
sure. But it should still be able to scale the page to fit into it, shouldn’t
it?
Many thanks,
Diederik
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com
ch based on the actual content gives the best results. It's more
time-consuming though...
Verstuurd vanaf mijn iPhone
> Op 21 sep. 2014 om 08:42 heeft 2551 <2551p...@gmail.com> het volgende
> geschreven:
>
>
>> On 21 Sep 2014, at 13:38, Diederik Meijer | Ten Horses
&
sep. 2014 om 08:24 heeft Diederik Meijer | Ten Horses
> het volgende geschreven:
>
> I do a lot of text data mining and need similar functions a lot. I would
> start on a word by word level, to have whatever it returns be more meaningfull
>
> Verstuurd vanaf mijn iPhone
>
>
n two strings", and I
> don't think it's a basic need at all.
>
> --
> Scott Ribe
> scott_r...@elevated-dev.com
> http://www.elevated-dev.com/
> (303) 722-0567 voice
>
>
>
>
>
> ___
>
> Cocoa
> 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 your Subscription:
> https://lists.apple.com/mailman
t;> You can't rely on the plist being an accurate representation of what the
>> user defaults actually contains.
>>
>> --Graham
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
>
Thanks Jens, will try all that over the coming days
Op Jul 4, 2014, om 11:13 PM heeft Jens Alfke het volgende
geschreven:
>
> On Jul 4, 2014, at 1:24 PM, Diederik Meijer | Ten Horses
> wrote:
>
>> I have no experience with this sort of thing, hopefully I can make
That's very promising, thank you!
I have no experience with this sort of thing, hopefully I can make that work
with NSURLConnection or -Session..
I'll look into the documentation on NSURLProtocol
Thanks again to you both!
Op Jul 4, 2014, om 10:01 PM heeft Jens Alfke het volgende
geschreven
OK thanks everybody!
Op Jul 3, 2014, om 10:54 PM heeft Jens Alfke het volgende
geschreven:
>
> On Jul 3, 2014, at 1:33 PM, Diederik Meijer | Ten Horses
> wrote:
>
>> So I guess I somehow need to handle DNS Lookup / IP resolving myself, is
>> there anybody here
geschreven:
> Firefox doesn't resolve start.rental either.
> Neither does Chrome.
>
> On Jul 3, 2014, at 12:58 PM, Diederik Meijer | Ten Horses wrote:
>
>> Take start.rental as an example, has a live server on the dot rental TLD,
>> but no standard browser will resolve
Wait, so it's not a real DNS server, or what? I suppose in that case you'd have
to take the URL and look up the domain yourself, then feed the raw IP address
to WebKit instead.
>
> Cheers,
> -- Uli Kusterer
> "The Witnesses of TeachText are everywhere..."
> http://www.zathras.d
Exactly, any ex
ug report was closed as a duplicate of radar:10252476. We have a
> corporate TLD that does not resolve in safari, unless you prefix it with
> http:// so that Safari doesn’t treat it as a search term.
>
> Paul
>
>> On Jul 3, 2014, at 9:22 AM, Jens Alfke wrote:
>>
>>
&
mijn iPhone
> Op 3 jul. 2014 om 18:22 heeft Jens Alfke het volgende
> geschreven:
>
>
>> On Jul 3, 2014, at 6:52 AM, Diederik Meijer | Ten Horses
>> wrote:
>>
>> The issue being that the TLD (think for example: domain.law, with law being
>> the TLD
Take start.rental as an example, has a live server on the dot rental TLD, but
no standard browser will resolve it, try it in Safari, you'll see..
Verstuurd vanaf mijn iPhone
> Op 3 jul. 2014 om 18:22 heeft Jens Alfke het volgende
> geschreven:
>
>
>> On Jul 3, 201
seem to find it.
Many thanks,
Diederik
___
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/U
own the
html?
Verstuurd vanaf mijn iPhone
> Op 29 mei 2014 om 00:27 heeft Nick Zitzmann het
> volgende geschreven:
>
>
>> On May 28, 2014, at 2:11 AM, Diederik Meijer wrote:
>>
>> You could consider animating the UiWebview up when the keyboard appears and
&g
not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...
s, it does seem strange I need these steps to have a normal
UIAlertView experience in my use case, so I'm still very interested in helpful
feedback!
Op May 15, 2014, om 8:23 PM heeft Diederik Meijer | Ten Horses
het volgende geschreven:
> Hi David,
>
> Many thanks for your qui
have…
To me it seems the view hierarchy is slightly complex, but not to any kind of
extreme.
Many thanks again,
Diederik
Op May 15, 2014, om 6:53 PM heeft David Duncan het
volgende geschreven:
>
> On May 15, 2014, at 8:42 AM, Diederik Meijer | Ten Horses
> wrote:
>
>> De
the alertview is shown normally without any
issues.
Has anybody run into this and is there a way to fix this?
Many thanks,
Diederik
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to
Thanks Andy and Jens!
Op Apr 30, 2014, om 10:07 PM heeft Andy Lee het volgende
geschreven:
> On Apr 30, 2014, at 3:21 PM, Jens Alfke wrote:
>> On Apr 30, 2014, at 8:20 AM, Diederik Meijer | Ten Horses
>> wrote:
>>
>>> Now here is the problem: although the JS
ing into this error,
> they’re working with JSON data that really does have garbage at the end. Is
> it possible that you’re doing something like appending a null terminator or
> something else non-printable so that when you look at the data then it all
> seems OK?
>
>
>
nsettling, but not critically wrong..
Has anybody here experienced a similar issue?
If so, can you tell me how to fix this?
Many thanks,
Diederik
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or mode
subscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...@tenhorses.com
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests
v-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...@tenhorses.com
___
Cocoa-dev mailing list (Cocoa-dev@lists
ents to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...@tenhorses.com
ly
known, used and very accessible, but to focus on the white spots on the map
instead.. Along the way, try to get feedback from your target audience as early
as possible, maybe even at the drawing table, and let them help you find the
best direction..
Best,
Diederik
Op Aug 28, 2013, om
the laws included in the app are that large. Most
laws are handled and updated within two seconds.
Thanks again for thinking with me, I hugely appreciate it.
Best regards,
Diederik
Op Aug 22, 2013, om 1:57 AM heeft Wim Lewis het volgende
geschreven:
>
> On 21 Aug 2013, at 4:44 PM,
String's
stringByReplacingOccurancesOfString:withString: on each item.
There must be a more efficient way to update the html string loaded from the
local file, obviously doing more than 300 of these replace actions is slow and
inefficient.
Does anybody here know of a better way to handle this?
Many than
tasks, to manage CPU usage...
Verstuurd vanaf mijn iPhone
Op 20 aug. 2013 om 23:45 heeft Ken Thomases het volgende
geschreven:
> On Aug 20, 2013, at 4:32 PM, Diederik Meijer | Ten Horses wrote:
>
>> An itemStore object creates a worker object (property of itemStore object)
>>
Apologies, no need to respond, I have just fixed this..
Op Aug 20, 2013, om 11:32 PM heeft Diederik Meijer | Ten Horses
het volgende geschreven:
> Dear list,
>
> I have the following structure:
>
> An itemStore object creates a worker object (property of itemStore object)
itemStore object and all objects it
exclusively owns.
Is there any way to NSLog the destruction of the itemStore object?
I tried putting a log in itemStore's dealloc method, but it doesn't show up in
the console.
Many thanks,
Diederik
___
e iPad keyboard) - to be used for this button?
>
> Gerriet.
>
>
> ___
>
> 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/Uns
lists.apple.com/mailman/options/cocoa-dev/synelang%40gmail.com
>>
>>
>> This email sent to
>> synel...@gmail.com
>
>
> --
> Rick
>
>
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@list
gt;
> 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 your Subscription:
> https://lists.apple.com/mailman/options/coco
Seems to be equal on iPhone and iPad
Verstuurd vanaf mijn iPhone
Op 15 jul. 2013 om 13:18 heeft Koen van der Drift
het volgende geschreven:
>
> On Jul 15, 2013, at 7:14 AM, Diederik Meijer | Ten Horses
> wrote:
>
>> Isn't the standard 44?
>> Then 2 rows
Isn't the standard 44?
Then 2 rows would be 88, or am I missing something?
Op Jul 15, 2013, om 1:08 PM heeft Diederik Meijer | Ten Horses
het volgende geschreven:
> Won't, setting the row height in
>
> - (CGFloat)tableView:(UITableView *)tableView
> heightForRowAt
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 your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent t
or comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...@tenhorses.com
act the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...@tenhorses.com
___
Cocoa-dev mailing
Thanks Robert and Quincey, that's very helpful!
Op May 29, 2013, om 8:26 AM heeft Quincey Morris
het volgende geschreven:
> On May 28, 2013, at 23:37 , Diederik Meijer | Ten Horses
> wrote:
>
>> 1. With ARC, do we still have to worry about string1 leaking in the
&
o hello";
2. How do the strong, copy and weak keywords in the property declaration affect
this?
Thanks!
Diederik
Op May 28, 2013, om 10:16 PM heeft Jens Alfke het volgende
geschreven:
>
> On May 28, 2013, at 6:39 AM, Alex Zavatone wrote:
>
>> NSString *myString;
>
&
>
> ___
>
> 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
Thank you Nick, that works perfectly!!
Op May 8, 2013, om 5:20 PM heeft Nick Zitzmann het
volgende geschreven:
>
> On May 8, 2013, at 8:51 AM, Diederik Meijer | Ten Horses
> wrote:
>
>> I am implementing a UIRefreshControl in an app that runs on iOS 5.1 or
>> hi
any thanks!
diederik
___
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 your Subscript
not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede.
s.
>
> Thanks
>
> Tom Davie
> ___
>
> 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.a
__
>
> 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 your Subscription:
> https://lists.apple
s that fits nicely into the grouped UITableView.
PS I know this is done much more easily using CoreData, I actually have another
app that does just that. But in this case, all data is pulled in from the
network at all times and there is no persistent storage on th
>
> 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 your Subscription:
> https://lists.a
___
>
> 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 your Subscr
t cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
>
> This email sent to diede...@tenhorses.com
>
___
Cocoa-dev mailing lis
out for
> a solid color or some other generic thing when you notice you're getting
> screenshotted. No idea how possible/feasible that is, but it's an idea.
>
> Charles
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> Please do not post admin r
subscribe/Update your Subscription:
>
https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com [1]
>
> This email sent to diede...@tenhorses.com
Links:
--
[1] https://lists.apple.com/mailman/options/cocoa-dev/diederik%40tenhorses.com
_
rrors).
- Diederik
On 16 jan 2009, at 13:03, Matteo Manferdini wrote:
Hi everyone,
I'm testing performance in my application, to see how it behaves with
a big load of data inside of it. My application is core data based and
uses array controllers in entity mode to fetch data.
What I discovered
78 matches
Mail list logo