Anthony Main

Results 13 comments of Anthony Main

Fantastic mod, I used the following code to handle the notifications for those that are struggling: - (void)viewDidLoad { [super viewDidLoad]; // Register notification handlers for ShareKit [[NSNotificationCenter defaultCenter] addObserver:self...

You will need to listen for a notification (add this code to your viewdidload): [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(shareKitLoginNotification:) name:@"SHKTwitterNameRetrieved" object:nil]; And handle it with this method: - (void)shareKitLoginNotification:(id)object { [self...

You must be using a different version of the library to me, looking at the object you have back you are receiving a userinfo just like I was, try getting...

Yes this post (my version) has updated code to support these features. But also ShareKit itself is now obsolete and is being ran by the community: https://github.com/ShareKit/ShareKit But try: [[object...

This would be amazing, +100

Whats the difference between this and tsParticles? Im a bit confused

Can I put in more than just the position, e.g. I want to ideally put in a stroked circle with a different icon in for each particle

Hi Francois, We've embedded React Admin in the backend solution of the 4th iteration app framework. Its currently included in 12 projects in various states of deployment (of which most...

From the development docs > Viro Platform no longer requires an API key since open sourcing on Oct 15, 2019.

What happened to this feature, its exactly what I needed and seems to be documented, but it doesn't seem to be available?