{"id":31775,"date":"2016-01-26T09:10:08","date_gmt":"2016-01-26T03:40:08","guid":{"rendered":"https:\/\/2thenew.today\/blog\/?p=31775"},"modified":"2016-01-26T09:10:08","modified_gmt":"2016-01-26T03:40:08","slug":"create-custom-loader-using-images-in-ios-app","status":"publish","type":"post","link":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/","title":{"rendered":"Create Custom Loader Using Images in iOS App"},"content":{"rendered":"<p>Ever wanted to have your own custom loader view instead of iOS default activity indicator?<img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-31777\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/01\/ajax-loader.gif\" alt=\"ajax-loader\" width=\"361\" height=\"235\" \/><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-31779\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/01\/seubagif.gif\" alt=\"seubagif\" width=\"244\" height=\"244\" \/><br \/>\nIs it difficult to create your own custom loader ???<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-31783 aligncenter\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/01\/download.jpeg\" alt=\"download\" width=\"222\" height=\"227\" \/><br \/>\nNo, it\u2019s  not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader.<\/p>\n<p>So here is the way to create loader :<\/p>\n<ul>\n<li>Initialize the object of  UIImageView.<\/li>\n<\/ul>\n<p>[code language=&#8221;objc&#8221;]<br \/>\n  let customLoader = UIImageView(frame: frame)<br \/>\n[\/code]<\/p>\n<ul>\n<li>Add images which will be used for the animation using an array.<\/li>\n<\/ul>\n<p>[code language=&#8221;objc&#8221;]<br \/>\nlet imagesArray = [UIImage(named: &quot;1.png&quot;)!,<br \/>\n        UIImage(named: &quot;2.png&quot;)!,<br \/>\n        UIImage(named: &quot;3.png&quot;)!,<br \/>\n        UIImage(named: &quot;4.png&quot;)!,<br \/>\n        UIImage(named: &quot;5.png&quot;)! ]<\/p>\n<p> customLoader.animationImages =  imagesArray<br \/>\n[\/code]<\/p>\n<ul>\n<li>Set the duration of the single animation cycle.<\/li>\n<\/ul>\n<p>[code language=&#8221;objc&#8221;]<br \/>\ncustomLoader.animationDuration = 0.5;<br \/>\n[\/code]<\/p>\n<ul>\n<li>Add customLoader as a subview to your view in which you want to show loader.<\/li>\n<\/ul>\n<p>[code language=&#8221;objc&#8221;]<br \/>\nview.addSubview(customLoader)<br \/>\n[\/code]<\/p>\n<ul>\n<li>Start the loader animation.<\/li>\n<\/ul>\n<p>[code language=&#8221;objc&#8221;]<br \/>\ncustomLoader.startAnimating()<br \/>\n[\/code]<\/p>\n<p>To stop loader you just need to write the following code:<\/p>\n<ul>\n<li>Stop the loader animation.<\/li>\n<\/ul>\n<p>[code language=&#8221;objc&#8221;]<br \/>\ncustomLoader.stopAnimating()<br \/>\n[\/code]<\/p>\n<ul>\n<li>Remove loader from super view.<\/li>\n<\/ul>\n<p>[code language=&#8221;objc&#8221;]<br \/>\ncustomLoader.removeFromSuperview()<br \/>\n[\/code]<\/p>\n<p>Wow! You have created you own custom loader\u2026<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to [&hellip;]<\/p>\n","protected":false},"author":172,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":60,"footnotes":""},"categories":[1400,1772,1],"tags":[3007,3009,3006,3008,3010],"class_list":["post-31775","post","type-post","status-publish","format-standard","hentry","category-ios","category-mobility","category-technology","tag-activity-indicator","tag-custom-loader","tag-loader","tag-progress-hud","tag-uiimageview-animation"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Ashu Baweja\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Create Custom Loader Using Images in iOS App | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Create Custom Loader Using Images in iOS App | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#article\",\"name\":\"Create Custom Loader Using Images in iOS App | TO THE NEW Blog\",\"headline\":\"Create Custom Loader Using Images in iOS App\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ashu-bawejaintelligrape-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2016\\\/01\\\/ajax-loader.gif\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#articleImage\"},\"datePublished\":\"2016-01-26T09:10:08+05:30\",\"dateModified\":\"2016-01-26T09:10:08+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#webpage\"},\"articleSection\":\"iOS, Mobility, Technology, activity indicator, custom loader, loader, progress hud, uiimageview animation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#listItem\",\"name\":\"Create Custom Loader Using Images in iOS App\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#listItem\",\"position\":3,\"name\":\"Create Custom Loader Using Images in iOS App\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ashu-bawejaintelligrape-com\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ashu-bawejaintelligrape-com\\\/\",\"name\":\"Ashu Baweja\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d1e832c32f554b88da3e8f8fd33424aa41115be6faff0b06e6a94ebc2c2d0cba?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Ashu Baweja\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/\",\"name\":\"Create Custom Loader Using Images in iOS App | TO THE NEW Blog\",\"description\":\"Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/create-custom-loader-using-images-in-ios-app\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ashu-bawejaintelligrape-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/ashu-bawejaintelligrape-com\\\/#author\"},\"datePublished\":\"2016-01-26T09:10:08+05:30\",\"dateModified\":\"2016-01-26T09:10:08+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Create Custom Loader Using Images in iOS App | TO THE NEW Blog","description":"Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to","canonical_url":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#article","name":"Create Custom Loader Using Images in iOS App | TO THE NEW Blog","headline":"Create Custom Loader Using Images in iOS App","author":{"@id":"https:\/\/2thenew.today\/blog\/author\/ashu-bawejaintelligrape-com\/#author"},"publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2016\/01\/ajax-loader.gif","@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#articleImage"},"datePublished":"2016-01-26T09:10:08+05:30","dateModified":"2016-01-26T09:10:08+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#webpage"},"articleSection":"iOS, Mobility, Technology, activity indicator, custom loader, loader, progress hud, uiimageview animation"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.today\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.today\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#listItem","name":"Create Custom Loader Using Images in iOS App"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#listItem","position":3,"name":"Create Custom Loader Using Images in iOS App","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.today\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.today\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.today\/blog\/author\/ashu-bawejaintelligrape-com\/#author","url":"https:\/\/2thenew.today\/blog\/author\/ashu-bawejaintelligrape-com\/","name":"Ashu Baweja","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d1e832c32f554b88da3e8f8fd33424aa41115be6faff0b06e6a94ebc2c2d0cba?s=96&d=mm&r=g","width":96,"height":96,"caption":"Ashu Baweja"}},{"@type":"WebPage","@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#webpage","url":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/","name":"Create Custom Loader Using Images in iOS App | TO THE NEW Blog","description":"Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.today\/blog\/author\/ashu-bawejaintelligrape-com\/#author"},"creator":{"@id":"https:\/\/2thenew.today\/blog\/author\/ashu-bawejaintelligrape-com\/#author"},"datePublished":"2016-01-26T09:10:08+05:30","dateModified":"2016-01-26T09:10:08+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.today\/blog\/#website","url":"https:\/\/2thenew.today\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Create Custom Loader Using Images in iOS App | TO THE NEW Blog","og:description":"Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to","og:url":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/","og:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Create Custom Loader Using Images in iOS App | TO THE NEW Blog","twitter:description":"Ever wanted to have your own custom loader view instead of iOS default activity indicator? Is it difficult to create your own custom loader ??? No, it\u2019s not. You can easily create custom loader using UIImageView animationImages property.You just need images using which you will create your own loader. So here is the way to","twitter:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"31775","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 06:15:08","updated":"2024-02-29 08:44:36","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCreate Custom Loader Using Images in iOS App\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.today\/blog"},{"label":"Technology","link":"https:\/\/2thenew.today\/blog\/category\/technology\/"},{"label":"Create Custom Loader Using Images in iOS App","link":"https:\/\/2thenew.today\/blog\/create-custom-loader-using-images-in-ios-app\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/31775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/users\/172"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/comments?post=31775"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/31775\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/media?parent=31775"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/categories?post=31775"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/tags?post=31775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}