Skip to content

Commit d296f29

Browse files
committedAug 24, 2015
first commit
1 parent 4349c78 commit d296f29

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2132
-0
lines changed
 

‎README.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,42 @@
11
# iOS-9-Sampler
2+
23
Code examples for the new features of iOS 9.
4+
5+
6+
##How to build
7+
8+
JUST BUILD with **Xcode 7**.
9+
10+
11+
##Contents
12+
13+
###Text Detector
14+
15+
Text detection using new detector type "CIDetectorTypeText".
16+
17+
<img src="ResourcesForREADME/textdetector.jpg" width="200">
18+
19+
20+
###New Image Filters
21+
22+
New filters of CIFilter which can be used for Still Images.
23+
24+
<img src="ResourcesForREADME/imagefilter.jpg">
25+
26+
(From left: Original, CICMYKHalftone, CIKaleidscope, CIPointillize)
27+
28+
**NOTE:** 29 filters are supported in this example, however **"CIEdgeWork" and "CISpotLight" don't work correctly** with current code. I would much appreciated your pull request!
29+
30+
31+
###Audio Unit Component Manager
32+
33+
Retrieve audio unit components using AudioUnitComponentManager and apply them to a sound using some new methods. If there are some Audio Unit Extensions, they will be also shown in the components list.
34+
35+
<img src="ResourcesForREADME/aucomponents.jpg" width="200">
36+
37+
38+
###Attributes of New Filters
39+
40+
Attributes viewer for **41 new filters** of CIFilter.
41+
42+
<img src="ResourcesForREADME/filterattributes.jpg" width="405">

‎Resources/sounds/drumLoop.caf

693 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.