It’s that time of year again. Apple is on the verge of releasing it’s newest version of their iOS software for iPhones and iPads.
We should have a fully functional release sometime during September 2016. Apple has already released the software as a beta and so we know most of the new features. Some of them are truly innovative and some of them try and catch up with Android. Is it worth the hype? You be the judge as we cover the 10 coolest new features in iOS 10.
Download
Listen in a New Window
iTunes
Stitcher
SoundCloud
Leave a Review
Clammr It
Subscribe via RSS
Subscribe on Android
tunein Network
function sppClammrIt_1430() {
var sppReferralName = 'SimplePodcastPress';
var sppCurStartTime = '00:00';
var sppCurStartTimeMs = 0;
var sppCurEndTimeMs = 0;
var clammrUrlEncoded = '';
if (document.getElementsByClassName("sppaudioplayer").item(0) != null) {
jQuery('.sppaudioplayer').trigger("pause");
sppCurStartTime = document.getElementsByClassName("audioplayer-time audioplayer-time-current").item(0).innerHTML;
var p = sppCurStartTime.split(':'),s = 0, m = 1;
while (p.length > 0) {
s += m * parseInt(p.pop(), 10);
m *= 60;
}
sppCurStartTimeMs = s * 1000;
}
// SM players
else if (window.soundManager) {
var soundId = window.soundManager.soundIDs[0];
if (soundId == null) {
if (window.sm2BarPlayers)
window.sm2BarPlayers[0].actions.play();
else
jQuery('span.spp-play').click();
soundId = window.soundManager.soundIDs[0];
soundManager.getSoundById(soundId).pause();
jQuery("div.smart-track-player").removeClass("spp-playing");
sppCurStartTimeMs = soundManager.getSoundById(soundId).position;
}
else if (window.soundManager.enabled) {
sppCurStartTimeMs = soundManager.getSoundById(soundId).position;
if (soundManager.getSoundById(soundId).paused === false) {
soundManager.getSoundById(soundId).pause();
jQuery("div.smart-track-player").removeClass("spp-playing");
}
}
}
sppCurEndTimeMs = sppCurStartTimeMs + 24000;
clammrUrlEncoded = "http://www.clammr.com/app/clammr/crop";
clammrUrlEncoded += "?audioUrl=" + encodeURIComponent("http://media.techpodcasts.com/smarttech/traffic.libsyn.com/smartcasts/st1616.mp3");
clammrUrlEncoded += "&imageUrl=" + encodeURIComponent("http://www.smarttech.tv/wp-content/uploads/2016/08/ios10.jpg");
clammrUrlEncoded += "&audioStartTime=" + encodeURIComponent(sppCurStartTimeMs);
clammrUrlEncoded += "&audioEndTime=" + encodeURIComponent(sppCurEndTimeMs);
clammrUrlEncoded += "&title=" + "st1616%3A%20iOS%2010%E2%80%99s%20Coolest%20New%20Features%20Explained%20%5BPodcast%5D";
clammrUrlEncoded += "&description=" + encodeURIComponent("http%3A%2F%2Fwww.smarttech.tv%2Fst1616%2F%20-%20It%27s%20that%20time%20of%20year%20again.%20%C2%A0Apple%20is%20on%20the%20verge%20of%20releasing%20it%27s%20newest%20version%20of%20their%20iOS%20software%20for%20iPhones%20and%20iPads.%20We%20should%20have%20a%20fully%20functional%20release%20sometime%20during%20September%202016.%20%C2%A0Apple%20has%20already%20released%20the%20software%20as%20a%20beta%20and%20so%20we%20know%20most%20of%20the%20new%20features.%20%C2%A0Some%20of%20them%20are%20truly%20innovative%20and%20some%20of%20them%20try%20and%20catch%20up%20with%20Android.%20%C2%A0Is%20it%20worth%20the%20hype%3F%20%C2%A0You%20be%20the%20judge%20as%20we%20cover%20the%2010%20coolest%20new%20features%20in%20iOS%2010.%20%20...");
clammrUrlEncoded += "&referralName=" + encodeURIComponent("SimplePodcastPress");
window.open(clammrUrlEncoded, 'cropPlugin', 'width=1000, height=750, top=50, left=200');
}
Powered by Simple Podcast Press (https://simplepodcastpress.com)