From f5efda0b19220d270bba76ed58e72142a035dcda Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 11 Apr 2016 23:55:27 -0400 Subject: [PATCH 1/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e743ab2..945b96c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Here's an example of creating an instance of PSCollectionView License --- -Copyright (c) 2012 Peter Shih (http://petershih.com) +Copyright (c) 2012 Peter Stone (https://www.impeterstone.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 7446565cf921aa434c390735e294bb5a04daa252 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 11 Apr 2016 23:55:56 -0400 Subject: [PATCH 2/7] Update PSCollectionView.h --- PSCollectionView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSCollectionView.h b/PSCollectionView.h index df6c866..a87272d 100644 --- a/PSCollectionView.h +++ b/PSCollectionView.h @@ -1,7 +1,7 @@ // // PSCollectionView.h // -// Copyright (c) 2012 Peter Shih (http://petershih.com) +// Copyright (c) 2012 Peter Stone (https://www.impeterstone.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal From f6904cb8d99ca8ca3f37d28df9ee3ad8c40345e9 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 11 Apr 2016 23:56:10 -0400 Subject: [PATCH 3/7] Update PSCollectionView.m --- PSCollectionView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSCollectionView.m b/PSCollectionView.m index 2e5d405..166defb 100644 --- a/PSCollectionView.m +++ b/PSCollectionView.m @@ -1,7 +1,7 @@ // // PSCollectionView.m // -// Copyright (c) 2012 Peter Shih (http://petershih.com) +// Copyright (c) 2012 Peter Stone (https://www.impeterstone.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal From c7568cc8eb7ae5359f553e8bfff45688b4e22573 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 11 Apr 2016 23:56:22 -0400 Subject: [PATCH 4/7] Update PSCollectionViewCell.h --- PSCollectionViewCell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSCollectionViewCell.h b/PSCollectionViewCell.h index ef8d28c..b041180 100644 --- a/PSCollectionViewCell.h +++ b/PSCollectionViewCell.h @@ -1,7 +1,7 @@ // // PSCollectionViewCell.h // -// Copyright (c) 2012 Peter Shih (http://petershih.com) +// Copyright (c) 2012 Peter Stone (https://www.impeterstone.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal From 3544406d390fbe4de6888c37f3542949bb90a855 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 11 Apr 2016 23:56:33 -0400 Subject: [PATCH 5/7] Update PSCollectionViewCell.m --- PSCollectionViewCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSCollectionViewCell.m b/PSCollectionViewCell.m index 6b7d8c4..eed3d89 100644 --- a/PSCollectionViewCell.m +++ b/PSCollectionViewCell.m @@ -1,7 +1,7 @@ // // PSCollectionViewCell.m // -// Copyright (c) 2012 Peter Shih (http://petershih.com) +// Copyright (c) 2012 Peter Stone (https://www.impeterstone.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal From c68f9ad74cbdfff1df4e1060140e85d6719c46a7 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 11 Apr 2016 23:57:52 -0400 Subject: [PATCH 6/7] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 945b96c..da8f1b5 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,7 @@ Want to see this code in a live app? --- I use this in my iPhone/iPad app, Lunchbox. -[Try it out for free now!](http://itunes.apple.com/us/app/lunchbox/id506544104?mt=8) - -[](http://itunes.apple.com/us/app/lunchbox/id506544104?mt=8) + ARC From f7fe849fb8dd521ae10539be2e0f56274889f4a4 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Mon, 11 Apr 2016 23:59:20 -0400 Subject: [PATCH 7/7] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da8f1b5..bde4872 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ Want to see this code in a live app? --- I use this in my iPhone/iPad app, Lunchbox. - - +![Screenshot](http://a5.mzstatic.com/us/r1000/086/Purple/v4/b7/08/bb/b708bb3f-0775-67af-6765-e9f17e7384c4/mza_6463307710579208032.480x480-75.jpg) ARC ---