Hi all,
I want that update in player controller song duration of song(which is downloaded from the server) from the playlist controller.
Actually i m using avaudioplayer so in player i have two controller avtouchcontroller and avtouchview controller,and one xib of avtouchviewcontroller where all things (play pause next prev song duration).
so in avtouch controller i have a method UpdatePlayerInfo if i call this function then my problem is solved.
How i call updateplayerinfo(which is in avtouchcontroller) function from other(avtouchviewcontroller).