Skip to content

ozgurshn/PayPalSampleForiOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PayPalSampleForiOS

Simple PayPal implementation using Swift.

  • Self-sizing table view cell
  • Custom selection style and multi selection
  • Async image loading and image caching
  • Auto layout
  • Blurry background
  • Custom button (SimpleButton)

alt tag

Simple network request using completion handler.

listCharities { (array, error) -> Void in

            self.charityList = Charity.charityWithJSON(array)
            dispatch_async(dispatch_get_main_queue(), {
                self.tableView.reloadData()
            })
        }

About

Sample app to discover PayPal SDK for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published