Skip to content

Instantly share code, notes, and snippets.

View vinod1988's full-sized avatar
💭
OpenToWork

Vinod Vishwakarma vinod1988

💭
OpenToWork
  • Mumbai
View GitHub Profile
@vinod1988
vinod1988 / gist:e9f9fa8c12aaba4a41ec
Created December 15, 2014 10:41
Write a php webservice to send the request iphone app.
Can any one help me, how to create a php web service to send the web service request to iphone app. for example,
iphone send the request to php web service it was working for me fine. but my need is php web service send the request to
iphone app. Can please any one help for this scnerio.

iCal Geek Talk, turn away now, don't do this, it's the geek way hushed whisper about iCal.

my BS ver 1.0

the problem

  • I use iphone calendar and sync calendar to Snow Leopard, long live the beast!

  • No Google calendar.

#import <QuartzCore/QuartzCore.h>
@interface ArrowLayer : CALayer
@property (nonatomic) CGFloat thickness;
@property (nonatomic) CGFloat startRadians;
@property (nonatomic) CGFloat lengthRadians;
@property (nonatomic) CGFloat headLengthRadians;
@property (nonatomic, strong) UIColor *fillColor;
/*
* Copyright (C) 2010 Neil Davies
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software