I've made an iOS app that allows users to organize their contacts into groups
using the AddressBook Framework.
It is working great, except I am getting reports that it is failing when trying
to add a contact to a group if the contact was imported from an Exchange server.
I am using ABGroupAddMe
11:11 AM, Raleigh Ledet wrote:
> Gerry,
>
> File a radar. Include the file or a sample project or whatever you can to
> help us duplicate. If this is a Cocoa bug, then you should be able to
> duplicate with a small sample app pretty quickly.
>
> -raleigh
>
> On Jan 18, 201
Hello Gustavo.
This sounds like a perfect job for Core Animation.
With Core Animation, you can apply the animation to the UIImageView's layer.
Core Animation allows for animations to run once and stop automatically, repeat
a specific number of times, or repeat indefinitely until you tell it to st
y.
When running under 32-bit, the problem is consistent.
Thanks for any help.
On 2011-01-16, at 1:24 AM, Gerry Beggs wrote:
> I've been having a problem with my application sometimes (but not always)
> printing the full page, but it appears VERY small in the lower-left corner of
>
I've been having a problem with my application sometimes (but not always)
printing the full page, but it appears VERY small in the lower-left corner of
the page.
I was having trouble reproducing it, but finally received a sample document
from one of my users that let me reproduce it.
Still, som