diff --git a/ios/quickstarts/vision/README.md b/ios/quickstarts/vision/README.md
index 5b316c9927..5ad02caa7a 100644
--- a/ios/quickstarts/vision/README.md
+++ b/ios/quickstarts/vision/README.md
@@ -14,6 +14,7 @@ Features that are included in this demo app:
* [Barcode Scanning ](https://developers.google.com/ml-kit/vision/barcode-scanning/ios)- Scan barcodes in real time and static images
* [Image Labeling](https://developers.google.com/ml-kit/vision/image-labeling/ios) - Label images in real time and static images
* [Custom Image Labeling (Birds)](https://developers.google.com/ml-kit/vision/image-labeling/custom-models/ios) - Label images of birds with a custom TensorFlow Lite model
+* [Pose Detection](https://developers.google.com/ml-kit/vision/pose-detection/android) - Detect the position of the human body in real time.